Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoraes committed Sep 10, 2024
1 parent 4a050c6 commit 06acaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JexlNet.ExtendedGrammar/ExtendedGrammar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ public static JsonNode RegexMatches(JsonNode input, JsonNode pattern)
#if NET8_0
groups[group.Name] = group.Value;
#else
// lower versions don't support group names
groups[$"{group.Index}"] = group.Value;
#endif
}
Expand Down

0 comments on commit 06acaf5

Please sign in to comment.