Will see what I can do, but pretty sure I can do almost all with cTokenizer module class
Using a module class let me encapsulate all options under a single instance of the class without interference with the rest of the module.
I think I will change .PosStart and .PosEnd to a more esplicative .ByteStart and .ByteEnd
Bookmarks