Returns the substring of a text between the first match of a regular expression startReg and the first match of a regular expression endReg.
1 | extractPassage(text, startReg = "\nReferences\n", endReg = "$")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.