Substring a string from both end in java [duplicate]

You don’t want to split the string up by hand. As you see, lengths are variable and you can’t predict many things.

The link below has many solutions to parsing HTML.

How to use regular expressions to parse HTML in Java?

Leave a Comment