mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Simplified EscapeRegexp()
This commit is contained in:
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…
Reference in New Issue
Block a user