Welcome to the Rx Cookbook, a collaborative collection of your techniques for building, finding, verifying, and doing pretty much anything else with patterns of text.
This living collection allows programmers to be more productive with one of the most difficult areas of scripting.
Rx Cookbook code is freely available for use and review.
We invite you to contribute regular expressions, snippets of code, comments,
and ratings for recipes.
| View: |
Editors Pick
|
Approved
|
Not Approved
|
All
|
 |
|
|
 |
|
(rodrigo fernandes)
Modified: 2007/07/18 17:29
|
 |
 |
 |
|
This cookbook is a "failed experiment"
(rodrigo fernandes)
Dont loose your time writing here:
"I don't think ActiveState currently is in a position where ...
Modified: 2007/07/18 17:28
|
 |
 |
 |
|
Introduction to Threading In Perl By Rohit D'souza
(rohit d'souza)
This article is a introduction on threads in perl
Modified: 2007/04/30 05:40
|
 |
 |
 |
|
Random Password Generator By Rohit D'souza
(rohit d'souza)
Its help to generate Unique 10 character password on every reload of the page
Modified: 2006/06/23 06:59
|
 |
 |
 |
|
Flexible Random Password Generation
(Satyam Sinha)
This script can generate a random password between a certain minimum and maximum length.
Modified: 2006/05/30 06:52
|
 |
 |
 |
|
Multi Dimesional Array Program Code in Perl By Rohit D'souza
(rohit d'souza)
it helps u learn how to create multidimesional arrays in perl using array references and then how ...
Modified: 2006/05/05 04:10
|
 |
 |
 |
|
(Alexander Zavorotniy)
Modified: 2005/07/01 21:53
|
 |
 |
 |
|
Finding Palindromes
(David Baird)
Use this reqular expression to find palindromes, sentences or words which are the same written ... Rated: 4 out of 5 by 2 user(s),
Modified: 2004/11/02 02:17
|
 |
 |
 |
|
buffgrep
(Pavel Antokolsky)
Buffgrep is a grep-like utility that operates on text blocks, rather than on single lines as in the ...
Modified: 2003/12/05 13:04
|
 |
 |
 |
|
Match an IP address
(Ken Simpson)
This regex matches IP addresses in the dotted quad form. It comes courtesy of Jeffrey Friedl's ... Rated: 3 out of 5 by 5 user(s),
Modified: 2003/10/23 17:13
|
 |
 |
 |
|
use
(patrick delage)
Rated: 1 out of 5 by 4 user(s),
Modified: 2003/05/26 06:12
|
 |
 |
 |
|
Capture HTML form data into a usable hash... (CGI)
(Greg Patnude)
I developed this technique as an alternative to having to specifically cast name-value pairs into ... Rated: 2 out of 5 by 1 user(s),
Modified: 2002/12/06 17:31
|
 |
 |
 |
|
test
(test test)
test Rated: 2 out of 5 by 10 user(s),
Modified: 2002/09/24 14:30
|
 |
 |
 |
|
CDRW Detection under Linux
(Mark Parker)
A simple yet effective way to parse the output of
cdrecord -scanbus and cdrecord -checkdrive to ...
Modified: 2002/09/04 00:19
|
 |
 |
 |
|
(Ilya Livshits)
Modified: 2002/03/14 01:14
|
 |
 |
 |
|
\d
(Jochen Schnuerle)
Rated: 1 out of 5 by 10 user(s),
Modified: 2002/01/24 12:55
|
 |
 |
 |
|
Checking valid e-mail address in the easy way
(Not specified Not specified)
This code Perl snipet is intended to check valid e-mail address, code is easy to understand because ...
Modified: 2001/09/23 22:23
|
 |
 |
 |
|
Remove any HTML
(Robert Dettmann)
This RegExp removes any pure HTML and decoded HTML to filter out content only. Rated: 3 out of 5 by 9 user(s),
Modified: 2001/08/02 13:35
|
 |
 |
 |
|
Validating email addresses with Mail::CheckUser
(Ken Simpson)
The only way to really know whether an email address is valid is to try
sending mail to it. i.e., ... Rated: 4 out of 5 by 2 user(s),
Modified: 2001/06/20 10:57
|
 |
 |
 |
|
Matching Royal Mail Postal Codes
(Ken Simpson)
This regular expression matches valid postal codes as defined by the Royal Mail
(the UK's postal ... Rated: 4 out of 5 by 1 user(s),
Modified: 2001/06/20 10:37
|
 |
 |
 |
 |
|
|
 |