logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::matched_str - Return the last matched string.

Arguments

       None

Description

       returns the string matched by the last successful use of the =~ regexp matching operator. Returns an
       error if the last use of =~ led to a failed match.

Name

       function::matched_str - Return the last matched string.

See Also

tapset::regex(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::MATCHED_ST(3stap)

Synopsis

           matched_str:string()

See Also