Last updated 3 months ago
Was this helpful?
humanize(str) -> str
Attempts to regex match a field name to the for the a given integration component.
## Field mapping with: ## 'Field' of 'sample.value' ## 'Message Substitution Name' of Sample k = humanize("sample.value") debug(k) # will output 'Sample'
Message Substitution Name