Matches a string with a regular expression, and returns an iterable of matches containing the results of that search.
method
ffi.CString.matchAll
@param regexp
A variable name or string literal containing the regular expression pattern and flags.
method
Matches a string with a regular expression, and returns an iterable of matches containing the results of that search.
A variable name or string literal containing the regular expression pattern and flags.