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
Can anyone point me to a resource that may have a *free* MODULE or code for regular expression pattern matching? (a la perl--With substrings, etc.) I don't want to use a .dll or .ocx.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10110818.html
Zones:
Visual BasicDate Answered: 03/05/1999 Rating: 7.8 Views: 0
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 Rating: 9.4 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 Rating: 7.0 Views: 0
Hi.
I am "trying" (ha) to create a colour scheme for EditPadPro.
I am trying to define the regular expression for a comment in the Retrieve 4GL language.
The following is an example of som...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20264314.html
Zones:
PerlDate Answered: 02/11/2002 Rating: 9.4 Views: 0
How do I do regular expression in vb 6.0 ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20292957.html
Zones:
Visual BasicDate Answered: 04/26/2002 Rating: 7.6 Views: 0
I need a regular expression to parse a command line,
where the command line can look like..
myapp.exe /a=1 /b="Some Text" /c=http://www.msn.com /d=c:\dos\file.txt
I need the values..
1
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20323886.html
Zones:
PerlDate Answered: 10/12/2003 Rating: 6.6 Views: 0
Hi all,
I am looking for the correct pattern to check for a date pattern in a string:
xxxx-xx-xx
Where all x's are numbers (digits) and the year starts with a 2, the months are 01 though 1...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20332522.htm...
Zones:
PHPDate Answered: 08/04/2002 Rating: 7.6 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
$line=~/^[A-Z]+[ ]+$/
I was wondering if the regular expression above is correct when the line only contain uppercase letter at the beginning of the line. The brackets contain space and a ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20412503.html
Zones:
PerlDate Answered: 12/10/2002 Rating: 5.8 Views: 0