Returns True/False indicating whether the specified string is limited to the specified character range.
@IsInCharacterRange(<Character Range>, <String>)
| Argument Name | Description |
|---|---|
| Character Range | The character range. Valid values include ASCII, Single-Byte, Double-Byte, and Multi-Byte. |
| String | The string to test. |