|
RE: ^.*?CREDI(T ?)?L(I|Y)(NX|NK|NKS)((?!CAN|\bca\b).)*$
The (T ?)? is saying that I could have a 'T', or a 'T ' or neither
(CREDIT
LINKS, CREDILINKS, CREDITLINKS) and all that works well. The LINKS
could
be spelled LINKS, LYNKS, LINK, LYNK, LINX, LYNX.
The last group '((?!CAN|\bCA\b).)*$' is supposed to say if after the
CREDI... there is CAN anywhere or CA in a word, then the expression is
not
valid. As I said the expression works in a REGEX validation program I
have
on the PC, but when I put the same expression on the i5, it fails with
the
message I listed. If I remove the '((?!CAN|\bCA\b).)*$' then the
expression compiles.
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.