Regexp::Extended 0.01
Sponsored Links
Regexp::Extended 0.01 Ranking & Summary
File size:
0.005 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
936
Date added:
2007-04-03
Publisher:
Daniel Shane
Regexp::Extended 0.01 description
Regexp::Extended is a Perl wrapper that extends the re module with new features.
SYNOPSIS
use Regexp::Extended qw(:all);
# (?<>...): named parameters
$date =~ /(?
d+)-(?
d+)-(?
d+)/;
if ("2002-10-30" =~ /$date/) {
print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n";
}
# You can also access individial matches in ()* or ()+
"1234" =~ /(?
d)+/;
print "Digit 1 is : $::digit->[0]n";
print "Digit 2 is : $::digit->[1]n";
...
# You can also modify individual matches
"1234" =~ /(?
d)+/;
$::digit->[0] = 99;
$::digit->[1] = 88;
print "Modified string is: " . rebuild("1234"); # "998834"
# (?*...): upto a certain pattern
$text = "this is some italic text";
$text =~ /((?*)) /i> /; # $1 = "italic"
# (?+...): upto and including a certain pattern
$text = "this is some italic text";
$text =~ /((?+))/; # $1 = "italic"
# You can also use fonctions inside patterns:
sub foo {
return "foo";
}
"foo bar" =~ /((?&foo()))/; # $1 => "foo"
Rexexp::Extended is a simple wrapper arround the perl rexexp syntax. It uses the overload module to parse constant qr// expressions and substitute known operators with an equivalent perl re.
SYNOPSIS
use Regexp::Extended qw(:all);
# (?<>...): named parameters
$date =~ /(?
if ("2002-10-30" =~ /$date/) {
print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n";
}
# You can also access individial matches in ()* or ()+
"1234" =~ /(?
print "Digit 1 is : $::digit->[0]n";
print "Digit 2 is : $::digit->[1]n";
...
# You can also modify individual matches
"1234" =~ /(?
$::digit->[0] = 99;
$::digit->[1] = 88;
print "Modified string is: " . rebuild("1234"); # "998834"
# (?*...): upto a certain pattern
$text = "this is some italic text";
$text =~ /((?*)) /i> /; # $1 = "italic"
# (?+...): upto and including a certain pattern
$text = "this is some italic text";
$text =~ /((?+))/; # $1 = "italic"
# You can also use fonctions inside patterns:
sub foo {
return "foo";
}
"foo bar" =~ /((?&foo()))/; # $1 => "foo"
Rexexp::Extended is a simple wrapper arround the perl rexexp syntax. It uses the overload module to parse constant qr// expressions and substitute known operators with an equivalent perl re.
Regexp::Extended 0.01 Screenshot
Regexp::Extended 0.01 Keywords
Extended 0.01
perl wrapper
New Features
~
text
Perl
1
module
0
Regexp::Extended
RegexpExtended
Regexp::Extended 0.01
Libraries
Programming
Bookmark Regexp::Extended 0.01
Regexp::Extended 0.01 Copyright
WareSeeker periodically updates pricing and software information of Regexp::Extended 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Regexp::Extended 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
perl wrapper for c++
madden 08 new features
perl wrapper script
new features of windows vista
new features in google earth 4.3
perl wrapper xs
new features in sql server 2005
oracle 10g new features
perl wrappers
new features of windows xp
new features in madden 09
perl wrapper definition
new features in sql server 2008
text messages
perlane
oracle 9i new features
new features in photoshop cs4
perl wrapper java
Related Software
Text::Emoticon::GoogleTalk is a Perl module emoticon filter of GoogleTalk. Free Download
HOP::Lexer is a Perl module for "Higher Order Perl" Lexer. Free Download
Search::Tools::RegExp::Keyword is a Perl module to access regular expressions for a keyword. Free Download
Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters. Free Download
Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. Free Download
GD::Text is a Perl module with text utilities for use with GD. Free Download
Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. Free Download
DCE::UUID is a Perl module with misc UUID functions. Free Download
Latest Software
Popular Software
Favourite Software