Class StringLocation
java.lang.Object
net.thevpc.common.strings.StringLocation
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringLocation
public StringLocation(int start, int end)
-
-
Method Details
-
length
public int length() -
getStart
public int getStart() -
getEnd
public int getEnd() -
substring
-
extractFrom
-