Index
All Classes and Interfaces|All Packages
C
- camelCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to camel case.
- camelCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- camelCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to camel case with the specified options.
- camelCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- cobolCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to cobol case.
- cobolCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- cobolCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to cobol case with the specified options.
- cobolCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- com.github.sttk.stringcase - module com.github.sttk.stringcase
-
Defines the module of this library.
- com.github.sttk.stringcase - package com.github.sttk.stringcase
-
This package contains modules related to converting string case.
K
- kebabCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to kebab case.
- kebabCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- kebabCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to kebab case with the specified options.
- kebabCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- keep - Variable in class com.github.sttk.stringcase.Options
-
Specifies the set of characters not to be treated as word separators and kept in the result string.
M
- macroCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to macro case.
- macroCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- macroCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to macro case with the specified options.
- macroCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
O
- Options - Class in com.github.sttk.stringcase
-
Is a class that represents options which specifies the ways of case conversion of strings.
- Options(boolean, boolean, String, String) - Constructor for class com.github.sttk.stringcase.Options
-
The constructor which takes the arguments that specifies the ways of case conversion.
P
- pascalCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to pascal case.
- pascalCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- pascalCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to pascal case with the specified options.
- pascalCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
S
- separateAfterNonAlphabets - Variable in class com.github.sttk.stringcase.Options
-
Specifies whether to treat the end of a sequence of non-alphabetical characters as a word boundary.
- separateBeforeNonAlphabets - Variable in class com.github.sttk.stringcase.Options
-
Specifies whether to treat the beginning of a sequence of non-alphabetical characters as a word boundary.
- separators - Variable in class com.github.sttk.stringcase.Options
-
Specifies the set of characters to be treated as word separators and removed from the result string.
- snakeCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to snake case.
- snakeCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- snakeCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to snake case with the specified options.
- snakeCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- StringCase - Class in com.github.sttk.stringcase
-
Is the class that provides the static methods to convert a string to following cases.
T
- trainCase(String) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to train case.
- trainCaseWithKeep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
- trainCaseWithOptions(String, Options) - Static method in class com.github.sttk.stringcase.StringCase
-
Converts the input string to train case with the specified options.
- trainCaseWithSep(String, String) - Static method in class com.github.sttk.stringcase.StringCase
-
Deprecated.
All Classes and Interfaces|All Packages
StringCase.camelCaseWithOptions(java.lang.String,com.github.sttk.stringcase.Options)
instead