-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello!
First of all, thanks for the lib. It's really useful. However, I can't make this template work
#if( $limit != '' && $limit.matches('^\d$'))
{ "ok": 1 }
#else
{ "ok": 2 }
#endThe payload is
{
"limit": "3"
}
Isn't the matches function a built-in method? I'd love to help to implement this workaround if you instruct me how to do it.
Thanks
Metadata
Metadata
Assignees
Labels
No labels