Parsers do a lot of the heavy-lifting in TW.
Is there a plugin yet that eases the creation of Custom Parsers?
Use Case: I would love a TW Custom Parser.
Written, I guess, in JS (JavaScript / ECMA-###)
To provide any number of pairs of these regex string replacers …
// Regex ... match: /baz/ig replace: /foo/ match: /@fred/im replace: /Fred Smith/
… etc.
Repeated - i.e. as many string replacement pairs as needed.
Without having to code in JS?
Has this been done already?
A query, TT.
P.S. -- @TiddlyTweeter --> @Springer
// Regex ... match: /@TiddlyTweeter/ig replace: /@Springer/