Index

C K M O P S T 
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
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
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
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
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
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
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
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

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
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

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
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
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
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
C K M O P S T 
All Classes and Interfaces|All Packages