I have a list of numbers both whole and decimal numbers. I want to do a search for all decimal numbers. What should I use?
Example:
123
123.23
I want to find anything with "#.#" - like 123.23 in the above example.
Thanks
Example:
123
123.23
I want to find anything with "#.#" - like 123.23 in the above example.
Thanks