X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fregex.h;h=3750025331e73a7601a76bb6b08a5176cc9c9379;hb=f9e0275e476540c1b5d61c03a6a87d521856059b;hp=38cb6219aea942801e37eb85aa7c0e9337fdb2a1;hpb=381c89769c0ffaa14e6a92c662323b5c45e1eba3;p=libs%2Fcore.git diff --git a/source/regex.h b/source/regex.h index 38cb621..3750025 100644 --- a/source/regex.h +++ b/source/regex.h @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #ifndef MSP_STRINGS_REGEX_H_ #define MSP_STRINGS_REGEX_H_ @@ -48,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.