Search found 2 matches

by BenDupre
Thu May 11, 2023 7:37 pm
Forum: Other Issues
Topic: Searching for a <li> tag that didn't close
Replies: 1
Views: 441

Searching for a <li> tag that didn't close

I tried this regex in the search box
<li>.*?</(?=ul>)
looking for an unclosed <li> which I seem to have somewhere in my data set.
The *? quantifier is acting greedy and grabbing everything up to the closing </ul> tag. Can anyone tell me why? Or how to fix?
THANKS
by BenDupre
Mon Jun 08, 2020 9:03 pm
Forum: Common Problems
Topic: XML refactoring removes CDATA markup
Replies: 3
Views: 2003

Re: XML refactoring removes CDATA markup

Has there been any development on this issue?