RegExp.exec

Search string[] for match.

  1. string[] exec(string s)
    class RegExp
    string[]
    exec
    (
    string s
    )
  2. string[] exec()

Return Value

Type: string[]

array of slices into string[] representing matches

Meta