function::matched_str - Return the last matched string.
matched_str:string()
None
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.
tapset::regex(3stap)