When entering a URL in the Nickelled Flows Editor you can use two wildcards:
The asterisk character (*) will match any value, including an empty value
The question mark character (?) will match any single character
These two wildcard can be used together:
An asterisk followed by a question mark (*?) will match any non-empty value
Examples of how you can use this:
Example value | Matches | Does not match |
http*://example.com |