Hey there! I was wondering if you have any examples of using regex on a text control filter. So far I have it working using just plain text, but I was curious about it since it didn't require a format of:
/<insert some text>/
but instead was able to take in just:
<insert some text
To help elaborate on this question I'm trying to figure out the scope of regex that can be used in a text control filter and to see if there is any existing documentation or additional examples that can be provided for regex on text control filters because it seems like a powerful tool.
Thanks in advance!
-Steve
Hi there Steve!
We don't currently have any documentation that provides specific examples using regex to filter with a text control filter, beyond our documentation that covers all of our operators for filter conditions. If you are using regex with a text input control, I assume you are using the 'matches regex' operator in your chart query with the text input control connected. Most regular expressions should be supported using the 'matches regex' operator, though we don't have a show all guide that covers all supported regex examples. Our team will certainly look into putting out a knowledge base article in the future if this would be a valuable resource.
If you are interested in using wildcards in a text input control instead of regex, this is also possible. We do have this documentation that goes over how to use wildcards in a text input control. 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.