Profile
Achievement
You have not received any achievements.ginoplusio's Recent SnippetsTagged regex
- All /
« Prev 1 Next »
similar to php ereg_replace.
You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars:
s = ereg_replace("[^A-Za-z0-9]","",s)
I use this function to clean input fields...
0
967
posted 16 years ago by ginoplusio