Hi, i want to cut all spaces within a string and then count the number of characters within that string. The srting can contain any number of spaces.
ie 'The cat ran over the road'
all i want to do is trim it to
'thecatranovertheroad' and then simply count the values.
is there an easy way to do this ?
Thanks in advance Ü
ie 'The cat ran over the road'
all i want to do is trim it to
'thecatranovertheroad' and then simply count the values.
is there an easy way to do this ?
Thanks in advance Ü