Regular Expression
-
I want to validate my conent with client side javascirpt regular expressions. words should not occur more than one time. ex ("one two one") here one comes more than one times, how to validate this using client side javascirpt regular expressions? and another, "one" should not come after the term "only".ex "only one", how to validate this using client side javascirpt regular expressions?
Known is a drop , Unknown is an Ocean
-
I want to validate my conent with client side javascirpt regular expressions. words should not occur more than one time. ex ("one two one") here one comes more than one times, how to validate this using client side javascirpt regular expressions? and another, "one" should not come after the term "only".ex "only one", how to validate this using client side javascirpt regular expressions?
Known is a drop , Unknown is an Ocean
Have you ever seen http://www.regular-expressions.info/[^]
-
Have you ever seen http://www.regular-expressions.info/[^]
That is a good site. Don't forget about the Expresso tool found on this site.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham