|
|
Browse by Tags
All Tags » regular expression validator
Showing page 1 of 2 (18 total posts)
-
Hi All,
I need this regular expression very urgent.
I have used this one.<TR>TR><TD class="text" width="15%">SOD</TD><TD class="text" width="15%">SOD</TD><TD><asp:textbox id="txtSOD" runat="server" CssClass="text" ...
-
Hi,
I need a help on creating regular expression for string length must be 60 and it should not contain \ / and .(dot)
I have two regular expressions for validating separately for above condtion. I need it in single expression.
Expression are [^\\/\.]+$ for checking \ / .(dot)^.{60,60}$ for fixed ...
-
Hai Everyone
I need to validate mutiple email addresses which is separated by a comma.
for ex: the format is
s@s.com, g@g.com, "asdasd" <a@a.com>, "asdfa!@#s" <f@f.com>, h@h.com
Anyone plz help me
Thanks in Advance
-
Hi All
I need a help on creating regular expression for strong password. conditions are At least 1 numeric At least one small letterAt least one capital letter Special character may or may not existlength should be minimum 8 charsany order of characters in passwordAllowed special characters are @\$=!:.#%I have one Expression i.e ...
-
Hi ,ddrudik ,
thanks for your advice , but why Oracle doesn't support negative symbol ' ! ' , How to solve the problem ?
Thanks & Best regards,
Sparky
-
Dear all,
Thanks for all your constructive and nice advice in advance ^)^
I will state my problem once again in more details ...all the problems we discussing is about digit and independent of letter . letter 'A' just stand for a ...
-
Dear all,
Thanks for all your constructive and nice advice in advance ^)^
I will state my problem once again in more details ...all the problems we discussing is about digit and independent of letter . different letter is just stand for different ...
-
Dear ddrudik ,
Thanks for your kindly advise in advance !
To be honest , There are thousands of different patterns need to be stored in database,If I write functions,there are so many, so I must validate them by regular expression .
But I don't do well in regex , I need your great help , thannks ...
BTW, ...
-
Example: 1245A78 how to compare with the fifth digit A ? if ( A > 5 ) , the expression is valid ...
-
Dear ddrudik :
I use the regex on java under windows platform .
I have 2 questions as follow:
1. ABCABDABE (A B C D E are numeric digit , C D E must be serial and sort ascending), example: 245246247 is valid ...
2.how to validate the location in a string ,example: I want to validate the position of '6' in the string ...
1
|
|
|