java.lang.Object
me.moros.gaia.api.util.TextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdescription(int size) static StringformatDuration(@org.checkerframework.checker.index.qual.Positive long deltaTime) static StringgenerateLine(int count) static StringsanitizeInput(@Nullable String input) Strip input of all non alphanumeric values and limit to 32 characters longstatic booleanvalidateInput(String input)
-
Method Details
-
sanitizeInput
Strip input of all non alphanumeric values and limit to 32 characters long- Parameters:
input- the input string to sanitize- Returns:
- the sanitized output string
-
validateInput
-
generateLine
-
description
-
formatDuration
public static String formatDuration(@org.checkerframework.checker.index.qual.Positive long deltaTime)
-