function::matched_str - Return the last matched string.
Contents
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()
