Displaying page
of
pages;
Items to
Title |
Test
Details
Remove non valid words
|
Expression |
([^\w]+)|([^A-Za-z])|(\b[^aeiouy]+\b)|(\b(\w{2})\b)
|
Description |
I needed a clean string of keywords submitted in a form. This expression will select every word that doesn't have a vowel, every word that is shorter than 2 characters. It will select all non alphabetical characters.
|
Matches |
're | 's | is | t5 | 2015 | @#$ | stt
|
Non-Matches |
you | john | are | sit
|
Author |
Rating:
Theuns Coetzee
|
Displaying page
of
pages;
Items to