At some point I should really learn how to use these because they are really handy.
I want to add a spell checker to a web application, and have a great little one that will check individual words. Of course only Bill Shatner. Speaks. In. One. Word. Sentences. so I am looking for a regular expression that will give me each word in a sentence.
I'm thinking I need something that looks for a space then some text then a space.
Any suggestions on what the Regex looks like would be greatly appreciated.
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001
I want to add a spell checker to a web application, and have a great little one that will check individual words. Of course only Bill Shatner. Speaks. In. One. Word. Sentences. so I am looking for a regular expression that will give me each word in a sentence.
I'm thinking I need something that looks for a space then some text then a space.
Any suggestions on what the Regex looks like would be greatly appreciated.
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001