Help! I'm no javascript programmer, but sometimes it can't be avoided. I'd willingly try to figure this out, but I'm on deadline.
I need a statement or two that will remove any character from a string that is NOT a capital letter or a number; thus:
If you are feeling truly magnanimous, I also need a regex validator for same (but can include lower case characters, since I toUpper the string before I store it).Code:O'HARA-SMITH_JANE_Q1 would become OHARASMITH_JANE_Q1
Mega cudos in advance.



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks