1FUNCTION::MATCHED_ST(3staAp)collection of standard strFiUnNCTION::MATCHED_ST(3stap)
23
4
NAME
6function::matched_str - Return the last matched string.
7
SYNOPSIS
9matched_str:string()
10
ARGUMENTS
12None
13
DESCRIPTION
15returns the string matched by the last successful use of the =~ regexp
16matching operator. Returns an error if the last use of =~ led to a
17failed match.
18
SEE ALSO
20tapset::regex(3stap)
2122
23
24
SystemTap Tapset Reference May 2021 FUNCTION::MATCHED_ST(3stap)