Skip to content

Commit

Permalink
denisidoro#60 fix space/dash regex
Browse files Browse the repository at this point in the history
  • Loading branch information
engrravijain committed Sep 28, 2019
1 parent 913d303 commit 895a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 895a706

Please sign in to comment.