V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
const escapeName = (name) => String(name)
|
||||
.replace(/\r/g, "%0D")
|
||||
.replace(/\n/g, "%0A")
|
||||
.replace(/"/g, "%22");
|
||||
export default escapeName;
|
||||
Reference in New Issue
Block a user