in reply to Re: RegEx for OpenOffice::OODoc as in $doc->selectElementsByContent()
in thread RegEx for OpenOffice::OODoc as in $doc->selectElementsByContent()
Hey choroba, I think the documentation for the methods in the Text library is simply separate from the code.
Without being able to test, I came to the same conclusion... stringify the regex:
$doc->selectElementsByContent('faith');
However, I can't figure out how to include the case-insensitive modifier (/i) into such a thing. Can you shed some light?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RegEx for OpenOffice::OODoc as in $doc->selectElementsByContent()
by choroba (Cardinal) on Jun 03, 2016 at 15:37 UTC | |
by EigenFunctions (Beadle) on Jun 03, 2016 at 17:48 UTC | |
by stevieb (Canon) on Jun 03, 2016 at 18:12 UTC | |
by EigenFunctions (Beadle) on Jun 03, 2016 at 22:00 UTC | |
by RonW (Parson) on Jun 03, 2016 at 22:16 UTC | |
| |
by stevieb (Canon) on Jun 04, 2016 at 00:10 UTC | |
|