How do find the whole alphabet [A-Ża-ż] except the letter h?
Not work for me:
Aa[^h]*+żŻ
How do find the alphabet
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: How do find the alphabet
In Everything, I think this does it:
Code: Select all
!h regex:[A-ż]
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How do find the alphabet
Alternatively:
regex:[a-gi-z]
regex:[a-gi-z]
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: How do find the alphabet
A very good alternative... with a minor amendment to include the last two Polish letters. zźż