Saturday, 31 August 2013

How to get a string from inside slashes in Java?

How to get a string from inside slashes in Java?

I'm trying to extract the String between two forward slashes and can't get
the regular expression quite right.
This is [a very] /unusual string/
The aim is to just print unusual string.

No comments:

Post a Comment