I want to take number's from string
example:
1223_:2
234423_:5
I only want to take this number's to _:
any idea for
Pattern p = Pattern.compile(??????????)
I want to take number's from string
example:
1223_:2
234423_:5
I only want to take this number's to _:
any idea for
Pattern p = Pattern.compile(??????????)