× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Thu, Jun 4, 2020 at 12:58 PM Robert Rogerson <rogersonra@xxxxxxxxx> wrote:

I'm looking for an upper or lower case i followed by a period (.),
followed by any character (in other words, not blank).
I came up with
[iI]\.[a-zA-Z]+

This works on the online tester I am using (https://regexr.com/).

When I try this in iSphere source file search no results are found although
I know that (I.) definitely exists.

The regex you listed above will only match if the period is followed
by at least one *alphabetic* character at the end, not any nonblank.

The "best" remedy for that depends on what exact regular expression
features iSphere supports. Most of the testers you'll find on-line
(like the one you linked to) support PCRE, but I am not sure iSphere
does.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.