NAME

reg - re 'debug' wrapper

SYNOPSIS

reg [options] [string] [regex]

Options:
  -global          multiple matches
  -help            brief help message
  -version         show version of reg

OPTIONS

-global

Assume multiple matches, just like if /g modifier in list context was used on RegExp.

-help

Print a brief help message and exits.

-version

Shows current reg version.

DESCRIPTION

This program tries to match regex to string and shows Perl regular expression debugger output.

AUTHOR

Konrad Borowski <glitchmr@myopera.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Konrad Borowski.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.