Hi Richard,
Yes, there is a way. It is not very elegant:
^[abcdefghijklmnopqrtuvwxy]*[^sz][abcdefghijklmnopqrtuvwxy]*$
You will need to add any other characters used in the data to the two
long abc lists.
For questions on regular expressions, a good place to start is this:
When you have the regular expression check box selected, the downarrow
button next to the text box becomes enabled. On the menu in there,
there is a an option "Regular Expression help". From that Help topic
select "Examples of regular expressions" and then "Examples of
combinations of regular expressions". In those you'll find some useful
examples which will help you learn how to make these kinds of regular
expressions!
-Susanna
On May 10, 6:38 am, "Richard Gravina" <
Richard-Sue_Grav...@sil.org>
wrote: