About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
cw-seki
9/8/2016 - 2:26 AM
share
Share
add_circle_outline
Save
改行コード削除
改行コード削除
new_gist_file.js
content_copy
file_download
// 改行コード削除 function trimLineCode(str) { return str.replace(/\r?\n/g, ""); }
clear