J
Jeroen Ceuppens
Hi,
I need a check function to check if a string is correct.
what is possible for string:
every number and letter,
but : the string cannot start with a number
cannot contain spaces
cannot contain *,/, ....
If there is a value in the string that is not possible it must be replaced
by the underscore _
How should I do that?
Thx
Jeroen
I need a check function to check if a string is correct.
what is possible for string:
every number and letter,
but : the string cannot start with a number
cannot contain spaces
cannot contain *,/, ....
If there is a value in the string that is not possible it must be replaced
by the underscore _
How should I do that?
Thx
Jeroen