amoeba / TownCrier

Webhook plugin for Decal
MIT License
11 stars 4 forks source link

Implement named capture groups too #66

Closed amoeba closed 4 years ago

amoeba commented 4 years ago

Also, do unnamed capture groups have a name or just an index?

amoeba commented 4 years ago

They gave an index so the name of the second capture group that's also unnamed is $2. nice. https://docs.microsoft.com/en-us/dotnet/standard/base-types/grouping-constructs-in-regular-expressions#named_matched_subexpression