RegExp.exec

Pick up where last exec(string) or exec() left off, searching string[] for next match.

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

Return Value

Type: string[]

array of slices into string[] representing matches

Meta