Quote:
Originally Posted by capidamonte
$1 can also be \1 on some regex systems. The enclosing paragraphs mark the match for reuse in replacements. Every successive set of paragraph tags (up to 9, I think) can be returned to your replacement string via $1, $2, etc.
|
Sigil uses \1, \2, \3... etc.