Skip to content

camel

把文本转换为 camelCase。

语法

knap
{{ value | camel }}

示例

Data
json
{
  "title": "Hello world"
}
Template
knap
{{ title | camel }}
Output
md
helloWorld