Comparing version 1.6.5 to 1.7.0
@@ -303,15 +303,2 @@ (function(scope) { | ||
/** | ||
* function remove substring from string one time | ||
* @param str | ||
* @param substr | ||
*/ | ||
this.rmStrOnce = function(str, substr) { | ||
var ONCE = true; | ||
str = Util.rmStr(str, substr, ONCE); | ||
return str; | ||
}; | ||
/** | ||
* function replase pFrom to pTo in pStr | ||
@@ -318,0 +305,0 @@ * @param str |
{ | ||
"name": "util-io", | ||
"version": "1.6.5", | ||
"version": "1.7.0", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "Util-io - utilites for vanila js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28229
595