[💜][OOC]tried to use random replace for one of my troll's quirks and it just, did not work out well lol
i tried to make it where she will sometimes extend vowels by 3 but it would fuck up whenever it was a word with repeat letters consecutively
(( i think it's probably possible to regex something so it only does it when a vowel is followed by a consonant, but idk how you could make it work only sometimes a la random replace...
actually. this would probably be a pretty roundabout way of doing it. BUT. I think you could do the random replace and then have a regex replace beneath it that could remove extras if it goes over 4 of the same letter in a row? I can try and figure that out if you want