| Class | Description |
|---|---|
| Base64Decode | |
| Base64Encode | |
| CaseFormat |
Case Formating Function
Support String manipulations of:
Lower and upper camel case
as: lowerCamelCase and UpperCamelCase
Snake/lower underscore case
as: snake_lower_underscore_case
Lisp/kebab/spinal/lower hyphen case
as: lis-keba-spinal-lower-case
upper underscore case
as: UPPER_UNDERSCORE_CASE
Train case
as: TRAIN-CASE
Support similar to Guava case options
https://google.github.io/guava/releases/19.0/api/docs/com/google/common/base/CaseFormat.html
Support similar to Stack Exchange answers
https://softwareengineering.stackexchange.com/questions/104468/if-this-is-camelcase-what-is-this
|
| ChooseRandom | |
| DoubleSum |
Provides a DoubleSum function that adds two or more Double values.
|
| Env | |
| If | |
| IsDefined | |
| IterationNum | |
| LowerCase | |
| MD5 | |
| StrLen |
Provides a DoubleSum function that adds two or more Double values.
|
| StrReplace | |
| StrReplaceRegex | |
| Substring | |
| UpperCase |
| Enum | Description |
|---|---|
| CaseFormat.CaseFormatMode |
ChangeCase Modes
Modes for different cases
|
Copyright © 2018. All rights reserved.