Uses of Class
com.helger.base.string.StringScanner
Packages that use StringScanner
-
Uses of StringScanner in com.helger.base.string
Methods in com.helger.base.string that return StringScannerModifier and TypeMethodDescription@NonNull StringScannerStringScanner.setIndex(int nIndex) Set the current scan position to the specified index.@NonNull StringScannerStringScanner.skip(int nCount) Skip the specified number of characters forward or backward.@NonNull StringScannerStringScanner.skipbackWhitespaces()Skip all whitespace characters from the current position backward.@NonNull StringScannerStringScanner.skipWhitespaces()Skip all whitespace characters from the current position forward.