string.Matches(text : str, pattern : str) : list
Match a string against a .NET regular expression pattern and return all captured parts.
1.9.0b or later
| Name | Type | Description |
| text | str | The string value. |
| pattern | str | The regular expression pattern. |
All the captured string values that match the regular expression, in a list.
| Output | ||
| [ "aba", "a", "abra" ] |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by