
// Does the Random Replace quirk not accept regex strings?

(( I don't know, but i suggest asking Hex at discord about this feature. They're owner after all :) ))

((Do you need regex specific stuff in both the input and output?))
// yeah, unfortunately. trying to add a random space in between letters of a word and it requires capture groups and regex strings don't seem to register in either input or output

((I doubt it takes them. Would regexing a junk character like Å between letters and then later random replacing that with spaces do what you need?))

// That is. Actually perfect for this specific part of the quirk, I can't believe I didn't think of that lol. Now to figure out the other part

((What's the other part?))

// Capitalizing the middle of words with both the starting and ending letter lowercase. For each word, even Can get about halfway there with the inverse style, at least. Friend got it working in quirk builder but using the (upper) and (lower) mods don't work here

((Ooh yeah I had that same problem. Ended up doing 26 replacements as a workaround. Bad solution lol))