Methods

[]ΒΆ

[](s:Str, r:RegExp)

Get substring of a string that corresponds to first match of given regular expression %EX "x10ab20c30y"[/[0-9]+/] # "10"
Source: stdlib.ngs:3857