RegexMatcher.GetInputString Method
| Explanation | Gets the input string set in the regular expression engine. Added since Ver.5.0.1 | |
| Call format | var s = rm.GetInputString( ) | |
| Return value | Input string set in the regular expression engine In Unicode mode, it returns as UString type, otherwise it returns as String type. | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | InputString property | |