RegexMatcher.InputString property
The input string set in the regular expression engine.
This is a read-only property.
From Ver5.0.1, UString type can be specified for the input string in Unicode mode, but this property is fixed to String type. Use the GetInputString method to get it as a UString type.