strAlpha Function
Copies only the alphanumeric characters from a string.
Syntax:
str strAlpha(str _text)
Example:
info(strAlpha("prashant123$&@"));
Result : prashant123
Copies only the alphanumeric characters from a string.
Syntax:
str strAlpha(str _text)
Example:
info(strAlpha("prashant123$&@"));
Result : prashant123
No comments:
Post a Comment