how to cut string with two regular expression "_" and "."

Posted by Mercer on Stack Overflow See other posts from Stack Overflow or by Mercer
Published on 2010-05-26T07:47:16Z Indexed on 2010/05/26 8:11 UTC
Read the original article Hit count: 228

Filed under:
|
|

hello , i have a string like this test_1.doc and i want to split this string to have 1.doc

© Stack Overflow or respective owner

Related posts about java

Related posts about string-manipulation