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.193.701 Times

Regexp::Genex 0.07

  Date Added: February 09, 2010  |  Visits: 862

Regexp::Genex

Report Broken Link
Printer Friendly Version


Product Homepage
Download (96 downloads)



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 "Trying: $regex"; print for strings($regex); # abdd # abddd # abdddd # acdd # acddd # acdddd print "nThe regex code for that was:nqr/"; print strings_rx($regex); print "/xn"; my $generator = generator($regex); print "Taking first two using generator"; print $generator->() for 1..2; my $big_rx = b*?c*?d*?; # * becomes {0,20} my $big = generator($big_rx, ($max_length = 100) ); print "Taking string 100 of $big_rx"; print $big->(100); # (caveats below) # ccccdddddddddddddddd NOT dx100 as you may expect.

Requirements: No special requirements
Platforms: Linux
Keyword: Generator Libraries Print Programming Regex Regexpgenex Rx Strings
Users rating: 0/10

License: Freeware Size: 8.19 KB
USER REVIEWS
More Reviews or Write Review


REGEXP::GENEX RELATED
Development Tools  -  Natural Docs 1.35
Natural Docs is an open-source documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from...
 
Programming  -  CLIG 1.2.0
CLIG - Command Line Interface Generator Clig is a code generator for several programming languages that allows you easy creation of command line parsers. Including a GUI and Command Line tool.
34.95 KB  
Security Tools  -  RVL Password Generator 1.0
RVL Password Generator can generate millions of unique passwords in a matter of seconds. It will ensure the passwords are completely random, and cannot be guessed by hackers. You will be able to customize the format of the passwords in virtually...
392 KB  
Libraries  -  JsHttpRequest 5.0
JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to...
122.88 KB  
Code Management Tools  -  DwWorkflow 0.91.1
DwWorkflow is a datawarehouse process workflow server and generator of datawarehouse mappings. It allows the user to define dependencies between tables or files and processes and it runs processes in parallel according to these metadata....
3.9 MB  
Code Management Tools  -  Styx 1.7
Styx is a scanner and parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree including its C interface...
2 MB  
Code Management Tools  -  Acceleo 1.2
Acceleo is a code generator designed to efficiently implement the MDA approach and to improve software development productivity. It is natively integrated with Eclipse and EMF. Acceleo project includes tools and editors making it easy to learn...
 
Code Management Tools  -  Kefir PR3
Kefir is a code generator that writes wrapper code around Glade files. Kefir takes glade files and writes a wrapper object for each window in Python, with methods corresponding to the given callbacks entered in glade. While it wont create a sane...
890.88 KB  
Programming  -  sourcecodegen 0.6.13
sourcecodegen is a Python library that provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module. Note that this AST is not compatible with the new ast module in Python 2.6.
10.24 KB  
Graphics Viewers  -  gThumb for Linux 2.90.2
gThumb is an image viewer and browser for the GNOME Desktop. It also includes an importer tool for transferring photos from cameras. gThumb is available for most Linux distributions, just do a search for gthumb in the package manager. Ubuntu...
5.51 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB