package
0.0.2
Repository: https://github.com/gitkeng/ihttp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ConfigureAcronym allows you to add additional words which will be considered acronyms.
No description provided by the author
IsEmptyString return true if empty string.
IsNotEmptyString return true if not empty string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToCamel converts a string to CamelCase.
ToDelimited converts a string to delimited.snake.case (in this case `delimiter = '.'`).
ToKebab converts a string to kebab-case.
ToLowerCamel converts a string to lowerCamelCase.
ToScreamingDelimited converts a string to SCREAMING.DELIMITED.SNAKE.CASE (in this case `delimiter = '.'; screaming = true`) or delimited.snake.case (in this case `delimiter = '.'; screaming = false`).
ToScreamingKebab converts a string to SCREAMING-KEBAB-CASE.
ToScreamingSnake converts a string to SCREAMING_SNAKE_CASE.
ToSnake converts a string to snake_case.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
because thai character in utf-8 use 3 bytes (start at : 0xE01 to 0xE5B).