Hi
I have string which can hold following possible values :
I need a regexp to match all these above possible combinations.$string = "abc"; $string = "abc-def"; $string = "abc_def.12"; $string = ".abc"; $string = ".abc_123"; $string = ".abcd-def"; $string = "abcd.123.def";
In reply to regex help required by ghosh123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |