We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4eae25 commit 4dd5c41Copy full SHA for 4dd5c41
1 file changed
content/en/docs/core/transformer.adoc
@@ -48,6 +48,8 @@ A target receives information from the source then modifies that value with the
48
| find |-| Search for a string value using regular expression and then return its value exist
49
| findsubmatch |-| Search for a substring using a regular expression and return its content, more link:#_FindSubMatch[here]
50
| semverinc| - | Bump semantic version, accept a comma separated list of ["major","minor","patch"]
51
+| quote | false | Add quotes around the value |
52
+| unquote | false | Remove quotes around the value |
53
|===
54
55
0 commit comments