RegExp.find

Search string[] for match with regular expression.

class RegExp
sizediff_t
find
(
string string
)

Return Value

Type: sizediff_t

index of match if successful, -1 if not found

Meta