Skip to Content
0
Former Member
Jun 23, 2015 at 11:53 AM

UDF to find whether the given value is alphanumeric or not

474 Views

Hello All,

I need to write an udf to find whether the given value is alphanumeric or not.

if the value is only numeric it should return '0'.

if it is any other (it might be the combination of numeric values,alphabets and also speial characters) then it should return '1'.

Thanks

Sai