Unable to use regex for the datatypes other than text field

When I use regex filter while creating a segment, I am unable to use characters in the input field for the data types other than the text field.

1 Like

I found a workaround for it. Create a "campaign and use a “Condition” block. Idk why, but the regex in a Condition block works on each datatypes. E.g. I use it on a NUMBER datatype to tag my clients in TAG_EVEN and TAG_ODD with this regexp [02468]$. After tagging them, I was be able easily to create different segments. I hope this can help someone.