Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.819 Times

Regexp Tester software
Filter: All | Freeware | Demo
 

Regexp Tester

1 2 3 4 5 > 
Released: June 22, 2015  |  Added: July 22, 2015 | Visits: 672

Find and Replace It For Windows Find & Replace It! is a powerful search and replace utility. It allows performing very complex batch-replacement inside text files of any size. It supports regular expression syntax and dozens of encodings. It has scripting capabilities which allow transforming on the fly the replacement text for... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.90 USD Size: 24.27 MB Download (392): Find and Replace It For Windows Download

Released: February 22, 2008  |  Added: February 27, 2008 | Visits: 4.000

OptiPerl OptiPerl 5 is fully integrated visual environment and editor for creating, testing, debugging and running perl and cgi scripts, directly or through associated html documents. It has a well designed user interface and many features. Features Include: - Offline editing of CGI Perl Scripts. -... Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 7.95 MB Download (273): OptiPerl Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 1.119

Find and Replace It! Find and Replace It! is a powerful text file processor that allows you to perform very complex replacements inside text files. It supports the most common text encodings and handles files of any size. Here are some key features of "Find & Replace It!": * Can find fixed string expressions as... Platforms: Mac

License: Shareware Cost: $30.00 USD Size: 16.4 MB Download (51): Find and Replace It! Download

Released: April 05, 2005  |  Added: April 25, 2006 | Visits: 2.665

Orneta Tester for Smartphone 2002 Orneta Tester is a system tool for testing vibration, display, keypad, etc. of your Windows Mobile based Smartphone. It allows you display device specific information. Other functions are useful, like "Soft reset", "Power off" and "Keep backlight of the display ON". Orneta Tester is a system tool... Platforms: Palm OS, Windows CE

License: Freeware Size: 67 KB Download (502): Orneta Tester for Smartphone 2002 Download

Released: September 27, 2012  |  Added: October 18, 2012 | Visits: 5.736

Trading Strategy Tester for FOREX Trading Strategy Tester for FOREX is a software simulator of the Foreign Exchange Market - Forex. It allows you to gain and improve trading skills without risking your money. It is an excellent instrument that will help you to: study trading in a fast and convenient way, save your money and time.... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.97 MB Download (500): Trading Strategy Tester for FOREX Download

Released: September 15, 2016  |  Added: March 02, 2017 | Visits: 5.524

Forex Tester Test waters in the competitive Forex trading with the best forex training software. Learn how to perform basic currency trading and master advanced strategies without spending a dime! Forex Tester 2.0 simulates Forex environment, supplying the trader with real data on currency values and exchange... Platforms: Windows

License: Demo Cost: $299.00 USD Size: 17.66 MB Download (721): Forex Tester Download

Added: September 07, 2010 | Visits: 1.385

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in... Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Added: February 09, 2010 | Visits: 868

Regexp::Genex Regexp::Genex - get the strings a regex will match, with a regex. SYNPOSIS # first try: $ perl -MRegexp::Genex=:all -le print for strings(qr/a(b|c)d{2,3}e*/) $ perl -x `pmpath Regexp::Genex` #!/usr/bin/perl -l use Regexp::Genex qw(:all); $regex = shift || "a(b|c)d{2,4}?"; print... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Regexp::Genex Download

Added: November 08, 2010 | Visits: 1.093

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP... Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: January 13, 2010 | Visits: 701

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: February 09, 2010 | Visits: 1.123

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: August 13, 2010 | Visits: 839

Regexp::Extended 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"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: October 23, 2010 | Visits: 1.197

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: July 16, 2010 | Visits: 1.407

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Test::Tester::Capture Download

Added: August 17, 2010 | Visits: 1.110

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble... Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: April 13, 2010 | Visits: 1.097

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time... Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Regexp::Common::time Download

Added: September 12, 2010 | Visits: 918

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: February 26, 2010 | Visits: 749

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: September 23, 2010 | Visits: 1.222

Visual REGEXP Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice. Limitations:. Platforms: *nix

License: Freeware Size: 25.6 KB Download (119): Visual REGEXP Download

1 2 3 4 5 >