table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::MATCHED_ST(3stap) | A collection of standard strin | FUNCTION::MATCHED_ST(3stap) |
NAME¶
function::matched_str - Return the last matched string.SYNOPSIS¶
matched_str:string()
ARGUMENTS¶
NoneDESCRIPTION¶
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.SEE ALSO0¶
tapset::regex(3stap)October 2018 | SystemTap Tapset Reference |