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
transgender
love yourself
BD-DS-SM
This user is risk-aware, consensually informed, and ready for the whip!
tatis-inəpʰu
This user loves the beautiful flower-bug, the graceful butterfly.
Sunrise Crown
Courtesy of Furann, the Soft Butch King of Lesbian Chittr.
Believer of Whimsy
Your crops are watered, your vibes are pure, and you're friends with Florid.
mArk of the beAst
mwAh!
Yuri Official
This user officially supports Yuri.
@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