Simplified EscapeRegexp()

pull/941/head
DL6ER 8 years ago
parent 2061daa902
commit 509cfd15f2

@ -53,7 +53,7 @@ EOM
EscapeRegexp() {
# This way we may safely insert an arbitrary
# string in our regular expressions
echo $* | sed "s/[]\\.|$(){}?+*^]/\\\\&/g" | sed "s/\\//\\\\\//g"
echo $* | sed "s/[]\\.|$(){}?+*^]\\//\\\\&/g"
}
HandleOther(){

Loading…
Cancel
Save