chittr
← @lazyMerrymaker

(( ok I need a lil help with sum quirk shenanigans I'm trying to make it so when my character says a word ending in -ing, they instead just end it in -in I can't for the life of me figure out how to get it to work cuz I wanna use the raw text function so ppl can read my posts easier

Kult: +25
Kull: +25
Total: 50
Ratio: 1.00
Avatar
Deverified
A user of unestablished repute
Verified
A user of established repute
transgender
love yourself
bisexual
love yourself
Knotty
This user appropriately tagged their NSFW. Nice.
Yuri Official
This user officially supports Yuri.
Censored!
Only members of #TeamPlay can boast this badge.
@megaloMemes[MM]

((i think you can do replace -ing with -in' and thatd work? just make sure that its the first thing on your list so it doesnt conflict with anything else

regex replace: pattern: ing\b replace: in pattern: ING\B replace: in

Kult: +5
Total: 5

(( ay! this seemed to work! for capitals tho, I had to fix it to work properly pattern: ING\b replace: IN ig it doesn't know what \B is cuz it's supposed to be lowercase?

yeah my b, i don't like using regexes so i don't, so i'm a lil rusty.

Kult: +2
Total: 2

(( nah ur good haven't fucked with em since usin the pesterchum client myself