Im currently encountering an issue with Power Apps portals whereby when I create a metadata record to perform field validation with Regex, I always hit that condition. Please see a screenshot of my metadata record with the regex
As we can see here I'm using the regex pattern /([0-9])/ to find any numbers in the following field.
This clearly shouldn't be matching thus we should be okay to proceed. Anyone ran into a similar issue?