diff --git a/README.md b/README.md index 1ca0a5d..93b95e9 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,5 @@ Example usage in chat: ACEGi s/[a-e]//g s/\(.\)\(.\)/\2\1 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.