Have a Snippet?

Keep, track and share your code snippets with your friends

Tag "RegExp" (4)


C++: float RegExp Share on Vkontakte

takes a float number ... Reveal Code


PHP: Allow only numbers and letters Share on Vkontakte

Allow only numbers and letters using preg_match ... Reveal Code


JavaScript: Email validation Share on Vkontakte

Validation of the entered email using regex ... Reveal Code


PHP: Email validation Share on Vkontakte

Validation of the entered email using preg_match ... Reveal Code