Home > Software engineering >  Extract everything after slash or backslash using Java
Extract everything after slash or backslash using Java

Time:08-18

I am a newbie in regex and trying to figure out how I could split this string in Java:

My input string can be of one of the following forms:

String myStr = "           
  • Related