mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

_upcase/_downcase/_capitalize should be implemented #72

Closed mimopotato closed 1 month ago

mimopotato commented 1 month ago
upcase: {_upcase: "abc" }
downcase: {_downcase: "ABC" }
capitalize: {_capitalize: "abc" }
upcase: ABC
downcase: abc
capitalize: Abc