View Single Post
Old 09-12-2019, 03:09 PM   #6
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,669
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Code:
\b(T)\b
in regex mode should catch most cases (replace with I).

Nothing's going to be perfect--like if there's markup dividing an actual word, for instance (not that I can think of any good reason why there should be).

But it should catch things like:

"T want to know."

or

There but for the grace of god go T.

But it will fail, if say, there's some dialog that attempts to simulate someone stuttering. Like:

"I want T-T-T-T-To know!"

Last edited by DiapDealer; 09-12-2019 at 03:13 PM.
DiapDealer is offline   Reply With Quote