Ask a Question related to ASP.NET General, Design and Development.
-
Ray Dixon [MVP] #1
Re: Regular Expression...simple help?
Hi Gordon,
If you're using a Regular Expression Validator control, you can just drop
this into the ValidationExpression property:
^[^;,]*$
Good luck!
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Simple Simon" <reply@newsgroup.only> wrote in message
news:pg8ohvg9ig2oq42hr25lvnhurtsiq8up7j@4ax.com...> Could someone please help me with this simple validation...
>
> I'd like to not allow a ";" or a "," in the string.
>
> TIA,
> ~Gordon
Ray Dixon [MVP] Guest
-
Regular expression help
Hi, I'm pretty new to regular expressions. Before, I used to write long-winded and buggy segments of code with PHPs string functions to extract... -
Regular expression for both first and last name?
I'm new to regular expressions, can someone explain to me how I can write one that will check for 2 names, at least, for a name field? Thanks!... -
Very simple regular expression question (ASP/VBScript)
I need a regular expression pattern that will match repeating "leafs" of XML individually, e.g. <link LinkName="Link1"... -
help with regular expression
$text =~ /ABA.+ABA|ABA.+000/; $found = $&; -- Posted via http://dbforums.com -
question abour a simple regular expression...
Hi, With the sentence : "Bordeaux est au bord de l'eau" How to do to underline, for instance, the word "eau" ? without underlining the...



Reply With Quote

