Custom Text Parser
Hello,
I'm searching for a Text Parser, where I can give him my custom Strings/tags, for which he should search for. And then it should build some File Structure or something like that (like tree view).
Example:
input text: some text some text <myTableTag><myRowTag><myColumnTag>column1</myColumnTag></myRowTag></myTableTag>
and the file structure:
element 1: some text some text
element 2: Table-Object
my question is, if you know any parsers that can do this ?
Thank you for replies in advance
|