chittr
← @saccharineLachryma

Why Dỽes This Website break My Quirk every Time I Dỽ a New Line please Help Me And Fix This

Kult: +12
Kull: +10
Total: 22
Ratio: 1.20
Avatar
Verified
A user of established repute
Chittr Gold™
This user has Chittr Gold™! Did they seriously pay for this? What a chump.
@unusedUnused[UU]

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.