X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fregex.h;h=3750025331e73a7601a76bb6b08a5176cc9c9379;hb=271ffa9434c8d9397bb5170cf1ee670c5265ec60;hp=31b66d205eccee0c5d29f1eae2791d19750a9dec;hpb=79d472ad3fde75de2eba2487579b047d35e56978;p=libs%2Fcore.git 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.