This commit is contained in:
2020-10-08 14:33:25 +00:00
parent 5895ff2a03
commit 484b3c219b

View File

@@ -451,6 +451,7 @@ export default {
},
///////////////////////////////////////////////
// Trim specific character from start and end
// https://stackoverflow.com/a/55292366/8939
//
trimSpecific: function trim(str, ch) {
var start = 0,