Detect letters in a string
#1

How to Detect if a string have other digits than letters?
Example:
[/pawn]"TEST" return false;
"T3ST" return true;
"TE$T" return true;
"TE_T" return true;
"TE.T" return true;
"TE!T" return true;
//etc...[pawn]
Reply


Messages In This Thread
Detect letters in a string - by FullCircle - 04.08.2014, 18:41
AW: Detect letters in a string - by NaS - 04.08.2014, 18:47
Respuesta: AW: Detect letters in a string - by FullCircle - 04.08.2014, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)