×
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.
Hi Rob,
Your regular expressions works fine for me. I selected the following options:
a) "Match all of the following
b) "contains" followed by expression "[iI]\.[a-zA-Z]+" with option "Regular expression"
c) "From column: START"
d) "To column: *END"
e) "Member type: *"
Here are some questions:
1) What version of iSphere do you use?
2) Are there any related error in the Eclipse error log?
Thomas.
-----Ursprüngliche Nachricht-----
Von: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxxxxxxxx] Im Auftrag von Robert Rogerson
Gesendet: Donnerstag, 4. Juni 2020 18:58
An: Websphere Development Studio Client for iSeries
Betreff: [WDSCI-L] Regular expression in iSphere Source file search
Hi all, this is the first time I've tried to use a regular expression in
the iSphere source file search.
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.
Does anyone know what I'm doing wrong?
Thanks,
Rob
As an Amazon Associate we earn from qualifying purchases.