javascript - How do I URl encode something in Node.js? -


i want url encode this:

select name user uid = me()  

do have download module this? have request module.

you can use javascript's encodeuricomponent:

encodeuricomponent('select * table i()') 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -