×
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.
Paul,
The difference lies -I think- in the "Basic" vs "Extended" form of
regular expressions.
See also p.e.
http://en.wikipedia.org/wiki/Regular_expression
On the regcomp, use REG_BASIC (or REG_ICASE )
Or use REG_EXTENDED (REG_ICASEX) with the full [A-Za-z0-9] notation.
Kind Regards
luc
------------------------------
message: 2
date: Tue, 08 Jul 2008 17:24:28 +0000
from: "Paul Nicolay" <Paul.Nicolay@xxxxxxxxxx>
subject: Regular expressions - which taste ?
Hi,
Using the C functions for regular expressions in RPG, I noticed that
only some of the expressions work.
For example the \w and \s seems to compile fine, but it always fails on
the actual compare ?
I expected that patterns as described on
http://publib.boulder.ibm.com/infocenter/systems/topic/rzaie/rzaieregexp
not.htm would work, but this doesn?t seem to be the case (or am I doing
something wrong) ?
Are there different regular expression dialects, and which one is being
used in the C functions ?
Kind regards,
Paul
As an Amazon Associate we earn from qualifying purchases.
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.