Search

Get Alphanumeric Characters From String

Articles

Use this function to get the alphanumeric characters (either an alphabet or a number) from the input string.

Syntax

Get alphanumeric characters from string (input_string)

Parameters

Input Parameter Name Description
input_string input string

Returns

Return value Description
text Returns the extracted alphanumeric characters

Sample

  1. Get alphanumeric characters from string (abcd@#$%1234) = abcd1234
  2. Get alphanumeric characters from string (ab#cd$12%34) = abcd1234

To view all the Text functions, click here.

Did you find what you were looking for?