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.
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23136512.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10480638.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20227899.htm...
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20378866.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20425455.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20429047.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20825692.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20966582.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21010747.html
Zones:
JavaScriptDate Answered: 06/02/2004 Grade: A Views: 0
Does anyone have a regular expression to validate a web address / URL
http://www.experts-exchange.com/Programming/Misc/Q_21132845.html