1TAPSET::REGEX(3stap) TAPSET::REGEX(3stap)
2
3
4
6 tapset::regex - systemtap regex tapset
7
8
10 matched_str
11 Return the last matched string.
12
13 See function::matched_str(3stap)
14 for details.
15
16 matched
17 Return a given matched subexpression.
18
19 See function::matched(3stap)
20 for details.
21
22 ngroups
23 Number of subexpressions in the last match.
24
25 See function::ngroups(3stap)
26 for details.
27
28
30 function::matched_str(3stap), function::matched(3stap),
31 function::ngroups(3stap), stap(1), stapprobes(3stap)
32
33
34
35SystemTap Tapset Reference November 2021 TAPSET::REGEX(3stap)