function UNUSED() {
unused_1 = "I'd naively assume it's a regex issue. Have you tried adding in an extra replacement that matches on an alpha following a newline?";
unused_2 = "If I'm not fucking it up the syntax should be (?<=\R) using a \"lookbehind\" to match only locations preceded by a newline without actually including the newline in the capture.";
unused_3 = "The \R (which *is* case-sensitive) will match any of the three variations of a newline.";
}
I spent some time on https://regexr.com/ trying to figure this out and I don't seem to be getting anywhere. I have the Title Case style in my quirk settings and no regex replacements yet.