Home > sculp-js > stringCamelCase
stringCamelCase() function
将字符串转换为驼峰格式
Signature:
typescript
export declare function stringCamelCase(string: string, bigger?: boolean): string;Parameters
Parameter | Type | Description |
|---|---|---|
string | string | |
bigger | boolean | (Optional) 是否大写第一个字母 |
Returns:
string
{string}