extract one string java
int pos = 0; //Arbitrary position, can be any number
"String".substring(pos, pos+1);
extract one string java
int pos = 0; //Arbitrary position, can be any number
"String".substring(pos, pos+1);
extract substring in string java
int start = fullTitle.indexOf("GE3002");
int stop = fullTitle.indexOf(".01_01_01");
String res = fullTitle.substring(start, stop);
return res;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us