Last Updated: Sep 13, 2021
Use this function to get alphanumeric characters (either an alphabet or a number) from the input string.
Extract Alphanumeric Characters (input_string)
Input Parameter Name | Description |
---|---|
input_string | input string |
Return value | Description |
---|---|
text | Returns the extracted alphanumeric characters |
Extract Alphanumeric Characters (abcd@#$%1234)
To view all the Text functions, click here.