mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Y counts as a vowel when removing non-words.
This commit is contained in:
parent
839cc6d5dc
commit
973fa3a6ca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ LANGFILTER_PRECLIP: tr -d '\r' |
|
|||
# uppercase all
|
||||
LANGFILTER_POSTCLIP: | tr [a-zåæø] [A-ZÅÆØ]
|
||||
# no words not containing a vowel
|
||||
LANGFILTER_POSTCLIP: | grep '[AEIOUÅÆØ]'
|
||||
LANGFILTER_POSTCLIP: | grep '[AEIOUYÅÆØ]'
|
||||
# none with illegal chars
|
||||
LANGFILTER_POSTCLIP: | grep '^[A-PR-VX-ZÅÆØ]\+$'
|
||||
# remove duplicates
|
||||
|
|
Loading…
Reference in a new issue