jbboehr / handlebars.c

C implementation of handlebars.js
GNU Lesser General Public License v2.1
35 stars 5 forks source link

Emulated length property #48

Open jbboehr opened 8 years ago

jbboehr commented 8 years ago

Ideally it would be possible to get the length of a string or array:

{{string.length}} {{array.length}}