Need to extract two possibilities
Posted: Wed Mar 28, 2007 5:58 am
Hi,
Its probably the simplest of expressions but my only hope is probably this forum!
I was wondering if and how I could extract a string based on two possibilities:
The regular expressions should match either this:
90 lenses - £27.00
or
(9 lenses) - £54.00
is it possible to match both in one expression?, £ must be matched as that and not the symbol itself.
Any help on this would be really appreciated!
Musaffar
Its probably the simplest of expressions but my only hope is probably this forum!
I was wondering if and how I could extract a string based on two possibilities:
The regular expressions should match either this:
90 lenses - £27.00
or
(9 lenses) - £54.00
is it possible to match both in one expression?, £ must be matched as that and not the symbol itself.
Any help on this would be really appreciated!
Musaffar