#60 fix space/dash regex

This commit is contained in:
Ravi Jain 2019-09-28 19:33:38 +05:30
parent 913d303cb4
commit 895a70601b

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
ARG_REGEX="<[0-9a-zA-Z]+([_-\[[:space:]]]*[0-9a-zA-Z]+)*>"
ARG_REGEX="<\w+([- ]?\w+)*>"
ARG_DELIMITER="\f"
ARG_DELIMITER_2="\v"