Hello,
I need to find a function that will find if something is in a text. For example, if there is a decimal then something would be true. I need to find the "." in any number like 65.435. If there is no decimal point like in 5, then the Boolean or whatever would be false.
Thank you