[Home] [By Thread] [By Date] [Recent Entries]
> Can someone explain the operation of this element and how I can get > the output of either one OR the other branch, but not both? make the regex match (or not) the whole string (by adding .*$ to the end of the regex), and if there is a possibility that the string takes more than one line, setting the flags to make sure . includes the newline character) David
|

Cart



