Checking whether a string is alphabetical
It is easy to use the IS_ALPHA routine along with a tJava component, to check whether the string is alphabetical:
System.out.println(StringHandling.IS_ALPHA("ab33cd"));The check returns a boolean value.
It is easy to use the IS_ALPHA routine along with a tJava component, to check whether the string is alphabetical:
System.out.println(StringHandling.IS_ALPHA("ab33cd"));The check returns a boolean value.