Uses of Class
com.github.sttk.stringcase.Options
-
Uses of Options in com.github.sttk.stringcase
Methods in com.github.sttk.stringcase with parameters of type OptionsModifier and TypeMethodDescriptionstatic String
StringCase.camelCaseWithOptions
(String input, Options opts) Converts the input string to camel case with the specified options.static String
StringCase.cobolCaseWithOptions
(String input, Options opts) Converts the input string to cobol case with the specified options.static String
StringCase.kebabCaseWithOptions
(String input, Options opts) Converts the input string to kebab case with the specified options.static String
StringCase.macroCaseWithOptions
(String input, Options opts) Converts the input string to macro case with the specified options.static String
StringCase.pascalCaseWithOptions
(String input, Options opts) Converts the input string to pascal case with the specified options.static String
StringCase.snakeCaseWithOptions
(String input, Options opts) Converts the input string to snake case with the specified options.static String
StringCase.trainCaseWithOptions
(String input, Options opts) Converts the input string to train case with the specified options.