Home » Archive

Articles in the Regular Expression Category

PHP, Regular Expression »

[2 Mar 2008 | 5 Comments | 312 views]

In this article, you will find php validation code for:
1) Interger Validation
2) String Validation
3) Decimal Validation (two digits after decimal)

Perl, Regular Expression »

[15 Aug 2007 | One Comment | 25 views]

Fun with perl regular expression
A) $st = “The programming republic of perl”;