Character within a String

  • Thread starter Thread starter Peter Weinwurm Jr
  • Start date Start date
P

Peter Weinwurm Jr

Hello

I am looking for a function that can tell me if there is a character (non
numerical Character) in a string or whether the string totally consists of
numbers.

Hence if I call the function on the string "123455" it would return false
(or True based on different logic that still applies) because there are no
non-numerical characters.


thanks alot

Peter.
 
Back
Top