The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Regexp::PosIterator - a regular expression iterator

SYNOPSIS

TODO

Put this on CPAN

Figure out why it locks, segfaults, and does other silly things with one-character searches depending on what has been said on STDERR recently.

new

  my $finder = Regexp::PosIterator->new($regexp, $string);

match

  my ($start, $end) = $finder->match;

submatches

  my @subm = $finder->submatches;

AUTHOR

Eric Wilhelm <ewilhelm at cpan dot org>

http://scratchcomputing.com/

BUGS

If you found this module on CPAN, please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

If you pulled this development version from my /svn/, please contact me directly.

COPYRIGHT

Copyright (C) 2006 Eric L. Wilhelm, All Rights Reserved.

NO WARRANTY

Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.

LICENSE

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

SEE ALSO

See Regex::Iterator for an alternate implementation.