Quote:
Originally Posted by JSWolf
Would the following regex work in Sigil?
<span>\[Pg [0-9]*\]</span>
That works in Notepad++.
|
It would work BUT
It would also match Zero digits (because you used * instead of +) and may leave a orphaned roman series with out the Pg that gave the clue of what it was. Yeah, I know romans are few and far between, but I prefer best practices