Hi this question has probably been asked before but how is it possible to automatically convert a defined regular expression patterns to lowercase in a dynamic language?
So I would like to automatically convert all IdentifierToken's to lowercase.
eg. AAA would automatically become aaa when the user types in text to the Syntax Editor.
Regards,
Chris.
<RegexPatternGroup TokenKey="IdentifierToken" Style="UserDefinedIdentifierStyle" PatternValue="{AlphaMacro}({WordMacro})*" />
eg. AAA would automatically become aaa when the user types in text to the Syntax Editor.
Regards,
Chris.