]> git.tdb.fi Git - libs/core.git/blobdiff - source/regex.h
Fix a bug in Regex with brackets
[libs/core.git] / source / regex.h
index 31b66d205eccee0c5d29f1eae2791d19750a9dec..3750025331e73a7601a76bb6b08a5176cc9c9379 100644 (file)
@@ -54,7 +54,7 @@ the input string, respectively.  They do not consume input.
 
 The MATCH_CHAR instruction consumes the input character and matches it against
 a single character.  Since regexes often match sequences of printable character,
 
 The MATCH_CHAR instruction consumes the input character and matches it against
 a single character.  Since regexes often match sequences of printable character,
-a match for such a character may be encoded as the character itself.
+a match for a non-opcode character may be encoded as the character itself.
 
 The MATCH_RANGE instruction consumes the input character and matches it against
 an inclusive character range.
 
 The MATCH_RANGE instruction consumes the input character and matches it against
 an inclusive character range.