X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fregex.h;h=3750025331e73a7601a76bb6b08a5176cc9c9379;hp=31b66d205eccee0c5d29f1eae2791d19750a9dec;hb=df1a66180655104af15f9bb6067b4eaa1421f5ff;hpb=c88a239ff3b218ad0226e8c53356350ccc1f7014 diff --git a/source/regex.h b/source/regex.h index 31b66d2..3750025 100644 --- a/source/regex.h +++ b/source/regex.h @@ -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, -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.