regular expression help
- by JPro
I always get confused using regular expressions. Can anyone please suggest me a tutorial?
I need help with checking for a string which,
cannot contain any wild characters except colon, comma, full stop.
It will be better to replace these if found.
Any help?
Thanks.