Documentation ¶
Index ¶
- func Int64ToRoman(num int64) string
- func IntToChar(i int) string
- func PascalCaseToCamelCase(s string) string
- func RomanToInt64(roman string) int64
- func ToArrInt64(i interface{}) ([]int64, error)
- func ToCamelCase(input string) string
- func ToFloat64(i interface{}) (float64, error)
- func ToInt64(i interface{}) (int64, error)
- func ToPascalCase(input string) string
- func ToString(i interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64ToRoman ¶
func IntToChar ¶
Convert integer to its character representation (eg. 1=A 3=C). Support multiple character for number greater than 26 (eg. 27=AA 703=AAA)
func PascalCaseToCamelCase ¶
Convert Pascal Case string (PascalCase) to Camel Case string (camelCase)
func RomanToInt64 ¶
func ToArrInt64 ¶
func ToCamelCase ¶
Convert Text to camel case string with lower case in beginning ex: "Additional Item" --> "additionalItem"
func ToPascalCase ¶
Convert text to camle case string with upper case in beginning ex: "additional item" --> "AdditionalItem"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.