Hi, I've been trying for a long time to do this, but to no avail. I have a regex ,/[^!]([a-zA-Z0-9]{1,15})/, that sort of works, but not exactly. I would like to make sure the first character is not an exclamation point, but is a number/letter, sort of like/[!]{0}([a-zA-Z0-9]{1,15})/, which unfortunately doesn't work. Any help would be highly appreciated.



Reply With Quote
Bookmarks