Advertisement

1 - 10 of 484 containing alltags:("regular express") (0.001 seconds)
I need a regular expression that will validate a value to check if it is $50 US or greater.  It should allow 2 decimal places and a comma for a thousands separator.
Zones: Regular Expressions, Visual BasicDate Answered: 02/04/2008 Grade: A Views: 39
Explain me the code below... $email =~ /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/ Explain me the code below... $email !~ /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/) How do I ...
Zones: PerlDate Answered: 06/20/2000 Grade: A Views: 0
I am looking to create a server side vbscript Regular Expression form validation library I would like functions that will validate on the following terms A-Za-z only 0-9 only A-Za-z and whi...
Zones: ASPDate Answered: 11/16/2001 Grade: A Views: 0
Hey guys, you saw the subject/question obviously. Basically, I want to know the syntax to remove an HTML tag and its contents. I can do a simple one like: <b>Delete me</b> That's easily do...
Zones: Web DevelopmentDate Answered: 10/22/2002 Grade: A Views: 4
I need a regular expression that will match a path that does not contain a dot. E.g. /foo/index.html will not match, because it contains a dot /foo/index will match because it does not con...
Zones: PerlDate Answered: 12/13/2002 Grade: A Views: 0
I'm using Visual C++ 6 under Windows 2000.  C++ is annoying me with its lack of perl-esque regular expression functions and so I beg you for the name of a decent Regular Expression libary.  Ideally...
Zones: C++, Microsoft Visual C++Date Answered: 12/19/2002 Grade: A Views: 0
Hi, I need help on the following regular expression. I want to extract all the words between the quotes input will look like this asdf -abcd "x1,  x3,  x4,x5" what231 name123  -> spaces after...
Zones: PerlDate Answered: 12/18/2003 Grade: A Views: 0
hi All .NET experts... i am looking for all possible "Regular Expressions in C#.NET" for searching results from the following site... http://libweb.ntu.edu.sg/web2/tramp2.exe/log_in/guest?scr...
Zones: C#Date Answered: 04/28/2004 Grade: A Views: 0
could someone please do this for me.  basically, i want to strip all of the (pid="j32239....dsjkf")  those numbers are dynamic <html> <head> <script> function dePid(theForm){   var newCode=t...
Zones: JavaScriptDate Answered: 06/02/2004 Grade: A Views: 0
Does anyone have a regular expression to validate a web address / URL
Zones: Programming, Regular ExpressionsDate Answered: 09/16/2004 Grade: A Views: 0