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

String::Gsub::Matcher - match result object

SYNOPSIS

use String::Gsub::Matcher;

my $matcher = String::Gsub::Matcher($origstr);
print $matcher; # ==> ($MATCH)
print $matcher->expand($tmpl); # expand.

DESCRIPTION

used by String::Gsub::Functions internally.

EXPORT

This module exports no functions.

METHODS

new

expand

stringy

SEE ALSO

String::Gsub