Fixed some bugs, including modifing StringReader to treat quoted strings as whole words.
This commit is contained in:
@@ -11,6 +11,7 @@ class RegExState {
|
||||
public:
|
||||
RegExState(RegExState* inInnerState);
|
||||
RegExState(char inCharacter);
|
||||
RegExState();
|
||||
|
||||
~RegExState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user