Class StringLocation

java.lang.Object
net.thevpc.common.strings.StringLocation

public class StringLocation extends Object
Author:
thevpc
  • Constructor Details

    • StringLocation

      public StringLocation(int start, int end)
  • Method Details

    • length

      public int length()
    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • substring

      public String substring(String line)
    • extractFrom

      public String extractFrom(String line)