Skip to content

Commit

Permalink
Clarify captureindex behavior (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Feb 28, 2024
1 parent ab1bab2 commit 6d702f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/core/transformer.adoc
Expand Up @@ -66,7 +66,7 @@ A replacer rule modifies the information by replacing the "from" value by the "t

=== FindSubMatch

A `findsubmatch` rule captures the desired information by applying `pattern`` as a regexp and using `captureindex`` value as the index for the capture to return (defaults to 0).
A `findsubmatch` rule captures the desired information by applying `pattern` as a regexp and using `captureindex` value as the index for the capture to return (defaults to 0 which returns all submatches).

[cols="1,1,1,4",options=header]
|===
Expand Down

0 comments on commit 6d702f5

Please sign in to comment.