misc + remove useless escaping in bracket
This commit is contained in:
1
README
1
README
@@ -29,7 +29,6 @@ to that.
|
||||
* Matcher does not take size of string as param, it checks for '\0' instead,
|
||||
so that the user does not need to waste time taking strlen()
|
||||
* Highly optimized source code, probably 2x faster than re1.5
|
||||
* Support for named character classes: \d \D \s \S \w \W was dropped cause it's redundant.
|
||||
* Support for quoted chars in regex.
|
||||
* Support for ^, $ assertions in regex.
|
||||
* Support for repetition operator {n} and {n,m}.
|
||||
|
||||
Reference in New Issue
Block a user