Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

Need a String operator to do URI component encoding #593

Open b1conrad opened 2 years ago

b1conrad commented 2 years ago

This could be easily implemented with JavaScript's encodeURIComponent() function.

b1conrad commented 2 years ago

usage example

<<<a href="...?label=#{displayName.encodeURIComponent()}">my invitation</a>
>>