Hi all,
I have been looking at the ctype functions hoping to find something that will validate normal text and white spaces like this post here without learning a new regex. Alnum is close but breaks on the white spaces.
Thanks in advance.
How to validate normal text with wite space.
Moderator: General Moderators
Re: How to validate normal text with wite space.
what is wrong with regex?ryan9979 wrote:Hi all,
I have been looking at the ctype functions hoping to find something that will validate normal text and white spaces like this post here without learning a new regex. Alnum is close but breaks on the white spaces.
Thanks in advance.
Re: How to validate normal text with wite space.
nothing. just thought there might be an existing function I didn't know about.