What is the way to parse a given jstring without std?
I am in android, and cannot fint a way to use string functions. Is it not available?
I d like something similar then: .replaceAll, .split, .startWith, or StringTokenizer, etc in Java.
"jni/hello-jni.cpp:207: error: 'string' in namespace 'std' does not name a type"
Thanks, Leslie