- Home »
- Training Materials »
- Regular Expressions
Regular Expressions
To include a regular expression on this page, insert the word "code" in curly braces onto the page as you see below. Save the page. Click on the puzzle piece next to the code and a dialog box will pop up, allowing you to paste in the code.
{code}
Regex in Paratext
To find capital letters in a new line that are at the beginning of a \q1 or \q2 that is not preceded by a full-stop in the previous line:
(?<!xyz)[^.]\r\n\\q[1|2] [A-Z]
Links to Regular Expressions
LTCT2016+RegExp