Find Last Index Of by Regex in Java

Posted by Andreas on Stack Overflow See other posts from Stack Overflow or by Andreas
Published on 2010-04-01T13:48:49Z Indexed on 2010/04/01 13:53 UTC
Read the original article Hit count: 461

Filed under:
|

Hello,

i have a string %/O^/O%/O. I want to find the last / to split the string. First attemp was: \/[POL]$ but that gets it inclusive the "O" which is obvious. Has somebody a tip?

© Stack Overflow or respective owner

Related posts about regex

Related posts about java