1: How do I count total characters in a string? 2: How do I strip single (and multiple) whitespaces from being processed through my forms?
Thanks.
Phoenix Down wrote:1: How do I count total characters in a string?
1: How do I count total characters in a string?
[man]strlen/man
2: How do I strip single (and multiple) whitespaces from being processed through my forms?
Not sure what you are asking. Perhaps [man]trim/man is what you need?