OK, the "core" of regrexplace is done now (a bit embarrassing that it took me so long to set up
PCRE ). There's currently no GUI for it, though, so all it does is transform a text like...
This gets *bold*, and that gets __italic__. And here's a fast way to do google MSDN search: CreateProcess()-original
This gets bold, and that gets italic. And here's a fast way to do google MSDN search: CreateProcess()-transformed
...In other words, core done and three preset regex replacements being performed. I'm not sure I'll have time to finish GUI before NANY deadline, so I might include the hardcoded version as a teaser
. I do plan on fixing it eventually though, since I believe it could be a somewhat useful tool - it could be used, for instance, for all kinds of bbcode (or other forum) transforms that are faster to type than the regular codes, and you could do forum-specific replaces (like, I might use one set for DonationCoder and another for the
ASM Community).