public class StringParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getEndPosition(String str) |
static int |
getKeyEndPositionByStartEnd(String str,
char start,
char end) |
static int |
getKeyPosition(String str,
String key) |
static int |
getKeyPosition(String str,
String key,
int fromIndex) |
static int |
getKeyPosition2(String str,
String key) |
static String |
removeComment(String str) |
Copyright © 2024. All rights reserved.