Using java, I am writting a script to anchor link an html bibliography. That is going
from: [1,2]
to: <a href="o100701.html#bib1">[1, 2]</a>
I think I have found the right regex expression: \[.*?\]
What ...
i am using java with jsoup to parse a website, trouble is , alot of the information i needed isnt surrounded by tags.
for example , each <p> below has telephone number/s ...