Skip to content

Helper-scripts to create regexes (regular expressions) in perl.

Notifications You must be signed in to change notification settings

theno/RegexREPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RegexREPL

Helper-scripts to create regexes (regular expressions) in perl.

Usage

  1. At first, build a regex for a given line using:

    $ find_regex_repl.pl <line>

  2. Then, test your regex against several lines with:

    $ match_regex_repl.pl <regex>

Within the REPLs: Use the up and down arrows to navigate in your history of lines or regexes.

About

Helper-scripts to create regexes (regular expressions) in perl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages