OptionalfindOptionalignoreIf true, a case-insensitive search will be used if match is specified.
OptionaljoinIf true and findAllMatches is also true, then all matches will be treated as one
large single match. This option is only meaningful when inserting an array.
OptionalletterAn aesthetic option that determines whether text should be inserted/deleted by characters at a time or words at a time.
OptionalmatchRetrieves the result of matching this string against a string or regular expression.
OptionaluseIf true, then if match contains capturing groups—portions enclosed in parentheses, as in
/My ID is (\w\d)+, and my number is (\d+)/—each group will be inserted by, deleted, or replaced (whatever operation is being performed)
instead of the entire match.
If
true, then match (if specified) will search for all matching results instead of just stopping at one.