Skip to content

Commit 4dd5c41

Browse files
authored
feat: add quote/unquote transformers (#2145)
1 parent f4eae25 commit 4dd5c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/core/transformer.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ A target receives information from the source then modifies that value with the
4848
| find |-| Search for a string value using regular expression and then return its value exist
4949
| findsubmatch |-| Search for a substring using a regular expression and return its content, more link:#_FindSubMatch[here]
5050
| 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 |
5153
|===
5254

5355

0 commit comments

Comments
 (0)