Unsupported content

 

This version of the product is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

regex.extractAll

regex.extractAll(string, pattern)

Returns a list containing all the non-overlapping matches of the pattern in the string. If the pattern contains more than one group, returns a list of lists containing the groups in order.

Was this page helpful? Yes No Submitting... Thank you

Comments