notepad++ - Break up a long HTML string -
i made url call in java small webpage. returns long string of html code, including jumble of tags.
it's hard read when it's on 1 line.
i copied notepad++ , started manually breaking in terms of tags little more comprehensive, after minute realized there's gotta better way.
so question this; how break large line of html proper line-by-line formatting layout human can understand what's going on?
i use exists (if you're trying read html). freeformatter example
Comments
Post a Comment