Ask a Question related to ASP.NET General, Design and Development.
-
BH #1
Dynamically change the regular expression in RegularExpressionValidator?
I have a textbox allows user to enter either an integer number or a string
based on the values from two radio boxes (e.g. search by ID, or search by
name). Is there a way to change the regular expression in the
RegularExpressionValidator that validates user input in the textbox based on
which radio box is selected? I'm looking for a way to perform the
validation on the client side in IE.
Thanks
BH Guest
-
Regular Expression
Hi, I am writing a script that parses an html file (which has been retrieved as a scalar by LWP::UserAgent). The script looks for everything in... -
help on regular expression
Hi, I need some help on regular expression... i have following in variable $total_count $total_count = "##I USBP 000001 10:38:09(000)... -
regular expression - help
can anyone translate this into plain english? preg_match_all("/(\w+)+/U", $text, $words); -
help with regular expression
$text =~ /ABA.+ABA|ABA.+000/; $found = $&; -- Posted via http://dbforums.com -
Regular Expression....?
Hi I am looking for the regular expression for validating the allowed file types to upload like files like "zip,pdf,doc,rtf,gif,jpg,png,txt"; and...



Reply With Quote

