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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -