| String-Gsub documentation | view source | Contained in the String-Gsub distribution. |
String::Gsub::Matcher - match result object
use String::Gsub::Matcher; my $matcher = String::Gsub::Matcher($origstr); print $matcher; # ==> ($MATCH) print $matcher->expand($tmpl); # expand.
used by String::Gsub::Functions internally.
This module exports no functions.
| String-Gsub documentation | view source | Contained in the String-Gsub distribution. |