Enter Keywords:
1 - 10 of 1429(0.002 seconds)
Sort By:
 
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...Date Answered: 02/04/2008 Rating: 8.0 Views: 30
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.
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 ...
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...
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...
Zones: PerlDate Answered: 02/11/2002 Rating: 9.4 Views: 0
How do I do regular expression in vb 6.0 ?
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 ...
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...
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...
Zones: Web DevelopmentDate Answered: 10/22/2002 Rating: 7.0 Views: 0
$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 ...
Zones: PerlDate Answered: 12/10/2002 Rating: 5.8 Views: 0