Tagged Questions
3
votes
5answers
497 views
Is there a library similar to pyparsing in Java?
I need to quickly build a parser for a very simplified version of a html-like markup language in Java. In python, I would use pyparsing library to do this. Is there something similar for Java? Please, ...
0
votes
1answer
239 views
How to extract certain value from collection of text files
Say, I have a collection of text files I need to process (e.g. search for a certain label and extract the value). What would be the general way to tackle the problem?
I also read this: "Retrieve ...