Quote:
Originally Posted by BKh
I'm processing a book where I need to have more than 9 back references. Starting with \10 Sigil just treats that as the text to replace with instead of part of the 10th part of the search expression [...].
|
What is the problem you're trying to solve? Can you give some before/after code examples?
Usually when you reach beyond 9 capture groups in a single regex... there's some sort of underlying issue that can be solved more efficiently.