Quote from: sottwell at Jan 04, 2007, 07:28 PM
Maybe a really ugly regular expression to deal with [! but not [[!
My philosophy on the new core is, if the answer is a regular expression, I am asking the wrong question. Advise, courtesy of Victor Brilon. I’ve reinvented the entire parser without them so far, and would rather not revert back to them if possible, but, alas, it may be that the only solution is to do so when supporting the old tag format. I’ll explore a couple of non-regular expression related ideas I have, and if they don’t work, I’ll call Victor for regular expression help.
Wait, maybe he gave me that advise in order to keep from asking for regular expression help
But seriously, I do believe it can be handled without them...I just need to adjust the way I implemented the tag translation. I think I figured out if I don’t translate the old tags when skipping noncachable snippets that the issue doesn’t occur, but I need to do some more testing to be sure it doesn’t create other issues.