Main > Programming > Libraries >

Regexp::Extended 0.01

Regexp::Extended 0.01

Sponsored Links

Regexp::Extended 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
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 =~ /((?*)) /; # $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

Advertisements

Regexp::Extended 0.01 Keywords

Bookmark Regexp::Extended 0.01

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
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