mirror of
https://tildegit.org/ben/sedbot
synced 2025-04-19 12:03:24 +00:00
Clarify regexes in readme
This commit is contained in:
parent
8b302dda04
commit
7d1e520f04
@ -22,3 +22,5 @@ Example usage in chat:
|
||||
<sedbot> <foo> ACEGi
|
||||
<foo> s/[a-e]//g s/\(.\)\(.\)/\2\1
|
||||
<sedbot> <foo> gfhi
|
||||
|
||||
Note that the bot uses the standard grep (POSIX) regular expressions, i.e. use `.\+` and `\(foo\)\?` instead of `.+` and `(foo)?` as you'd do in egrep or other regex engines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user