package
0.9.0
Repository: https://github.com/vanus-labs/vanus.git
Documentation: pkg.go.dev

# Functions

NewAddPrefixAction ["add_prefix", "key", "value"].
NewAddSuffixAction ["add_suffix", "key", "value"].
NewCapitalizeSentence ["capitalize_sentence", "key"].
NewCapitalizeWord ["capitalize_word", "key"].
NewCheckCustomValuesAction ["check_custom_values","sourceJsonPath", "customValue", "targetJsonPath", "trueFlagReplacement", "falseFlagReplacement"].
NewExtractBetweenDelimitersAction [sourceJSONPath, targetJSONPath, startDelimiter, endDelimiter].
NewExtractBetweenPositionsAction ["extract_between_positions", "sourceJSONPath", "targetJsonPath", "startPosition", "endPosition"].
NewExtractMissingAction ["extract_missing", "sourceJSONPath", "targetJSONPath", "trueFlagReplacement", "falseFlagReplacement"].
NewJoinAction ["join", "toKey", "separator","key1",...].
NewLowerAction ["lower_case", "key"].
NewReplaceBetweenDelimitersAction ["path","startDelimiter","endDelimiter","newValue"].
NewReplaceBetweenPositionsAction ["path","startPosition","endPosition","targetValue"].
NewReplaceStringAction ["path", "subValue", "targetValue"].
NewReplaceWithRegexAction ["replace_with_regex", "key", "pattern", "value"].
NewSplitBetweenPositionsAction["sourceJSONPath", "startPosition", "endPosition", "targetJsonPath"].
NewSplitFromStartAction ["split_from_start", "sourceJsonPath", "position", "targetJsonPath"].
NewSplitWithDelimiterAction ["split_with_delimiter","sourceJsonPath", "delimiter", "targetJsonPath"].
NewSplitWithIntervalsAction["sourceJSONPath", "startPosition", "splitInterval", "targetJsonPath"].
NewUpperAction ["upper_case", "key"].

# Structs

No description provided by the author