Hi everyone, why does the following formula throw a 0 for an array value like test123456? arrayLen(match(column,".*\d{6}([\?#].*)?$")) The regex works fine as far as I can tell. Thanks!