Re: Pattern matching that will exclude items matching another pattern

2019-02-04 Thread Christopher Stone
On 02/04/2019, at 13:20, Jim Witte mailto:jim.wi...@gmail.com>> wrote: > What I have is a list of words … Hey Jim (and everyone), When requesting help with Regular Expressions and or text-processing please always include sample text for both the search text and the desired result text. These

Re: Pattern matching that will exclude items matching another pattern

2019-02-04 Thread ThePorgie
Can you post an example of the text you're searching? On Monday, February 4, 2019 at 2:22:37 PM UTC-5, Jim Witte wrote: > > That might be confusing. What I have is a list of words (a conlang > file) and I want to select all words that have at least one upper-case > letter. Specifically, I

Pattern matching that will exclude items matching another pattern

2019-02-04 Thread Jim Witte
That might be confusing. What I have is a list of words (a conlang file) and I want to select all words that have at least one upper-case letter. Specifically, I want a pattern that will match: N\. \\'93[A-Za-z, ]*\\'94 (words enclosed in RTF-style quotes that contain both upper and