Description
Checks if a string only contains letters or numbers.
Signature
IsAlphaNumeric('inputstring')
Example
IsAlphaNumeric('North52' ) Returns true
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
| stringtobereplaced | xxxx | xxxx | xxxx |
| replacementstring | xxxx | xxxx | xxxx |
