-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Description
Is there a way to get the matched groups when using a rule matching pattern that contains groups?
For example, this code matches three groups.
Line 145 in 72070f4
| @when_all(m.url.matches('(https?://)?([0-9a-z.-]+)%.[a-z]{2,6}(/[A-z0-9_.-]+/?)*')) |
I would like to get the value of the matched groups.
Metadata
Metadata
Assignees
Labels
No labels