Knap.md
LogicFiltersVariablesAPIGitHub ↗

Guide

VariablesLogicFilters

Reference

API

Project

GitHub ↗npm ↗

uncamel

Convert camelCase or PascalCase to spaced lowercase text.

Filters/uncamel

Syntax

{{ value | uncamel }}

Example

01

Basic usage

InputTS
1{2  "name": "myHTMLParser"3}
TemplateKNAP
1{{ name | uncamel }}
OutputKNAP
1my html parser

Related filters

camelConvert text to camelCase.
Previous← trimNextunescape →
Knap is open source under the MIT license.View source ↗

On this page

SyntaxExamplesRelated filters
uncamel filter — Knap