All Tags »
Arun Query
Sorry, but there are no more tags available to filter with.
-
Hi RegEx experts
I have the requirements as below to create a regex for my application.
The string should not have the following
1) Space should not be allowed
2) <any text> should not be allowed
3) <! should not be allowed
4) &# should not be allowed
5) script: should not be allowed
6) expression( should not be ...