Hi All!
- I’m trying to filter based on a string matching a pattern of 10 consecutive digits
- My regex works in regex101 and RegExr, so I assume I am just having a syntax problem
- I also found another make.com thread (Regex patterns don't match - # unsupported character?) which suggested I could use #(\d+) to match it, but that’s not working either
What am I doing wrong here?