I am wanting to insert the milestone for verses using wildcard search and replaces. What I attempted was:
Search:
[0-9]{1,2,3}
Replace::
[[@Bible:Gênesis 4:\1]]\1
Thinking this would find any number composed of one, two or three digits, insert [[@Bible:Gênesis 4: , then the verse number(s), then repeat the verse number to be shown in the text.
however, this returned the error message "The Replace With text contains a group number which is out of range."
What am I doing incorrectly?
Is there a way to do this for more than a chapter at a time?
Thank you!
Mark