Find a .(dot) in string

i have a string variable and i need to find a dot, if it has a dot anywhere it returns true if not, false

Try this function:

CONTAINS

and maybe this one

MATCHES_REGEX

Thank you very much, I was trying to use JavaScript with contains, I didn’t know I had this function ready

1 Like