]> 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 38cb6219aea942801e37eb85aa7c0e9337fdb2a1..3750025331e73a7601a76bb6b08a5176cc9c9379 100644 (file)
@@ -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.