static int |
cdrParse(String str) |
|
static Pair<Integer,String> |
checkForId(String str,
int startIndex) |
|
static String |
checkForUPI(String str) |
|
static Pair<Integer,String> |
checkForURL(String str) |
|
static int |
checkifsc(String str) |
|
static Pair<Integer,String> |
linkParse(String str,
int indRead) |
|
static Integer |
mailIdParse(String str) |
|
static Triplet<Integer,String,String> |
numberParse(String str) |
|
static Pair<Integer,String> |
reCheckForAccount(String str) |
|
static void |
smsCode(String str,
int indRead,
int i,
StringBuilder smsCode,
boolean legit) |
|
static Integer |
wwwParse(String str,
int indRead) |
|