Functions
encode(string)
Input
string - string
Output
string - URL encoded string
Example
actions:
- name: trigger-slack
condition:
- type: equals
value: keep.encode('abc def')
compare_to: "abc%20def"
compare_type: eq
string - string
string - URL encoded string
actions:
- name: trigger-slack
condition:
- type: equals
value: keep.encode('abc def')
compare_to: "abc%20def"
compare_type: eq