I want a regex expression which allows,
- Alphabets in capital as well as small letters
- Numeric Digits
- ! _ -
For Example I want to match this !nativeeditor_status and SESSID.
Thanks in advance
|
I want a regex expression which allows,
For Example I want to match this !nativeeditor_status and SESSID. Thanks in advance |
|||||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Here is a basic regex which will match what you need:
|
||||
|
|
|||||||||
|