FastStringExtension extension
- on
Properties
- toCamelCase → String
-
Available on String, provided by the FastStringExtension extension
将字符串转换为小驼峰命名(to lower camel case) Convert the string into a small camel case.no setter - toKebabCase → String
-
Available on String, provided by the FastStringExtension extension
将字符串转换为字符串命名 Convert a string to a string nameno setter - toPascalCase → String
-
Available on String, provided by the FastStringExtension extension
将字符串转换为帕斯卡命名法:大驼峰命名 (to PascalCase) Convert strings into Pascal nomenclature: big hump namingno setter - toSnakeCase → String
-
Available on String, provided by the FastStringExtension extension
将字符串转换为大蛇形命名法(Snake Case) Convert a string into a Big Snake Case.no setter - toSnakeCaseLower → String
-
Available on String, provided by the FastStringExtension extension
将字符串转换为小蛇形命名法(Small Snake Case) Convert a string into a Big Snake Case.no setter