Tuesday, January 06, 2004
Just can't seem to get the java replaceAll function to match "any number of any character, including newlines" using my standard perl form, [.\n]* so I've fallen back to [\w\W]* (any word or non-word character), and that's working OK. Nng.
So, the disassembleSource function now works, On to the assembleSource function.
T