I have to extract only numeric values from String str="sdfvsdf68fsdfsf8999fsdf09".
How can I extract numbers from an alpha numeric string in android?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
update:
|
|||||||||||||
|
|
public static String getOnlyNumerics(String str) {
} |
|||
|
|