is-subchars
Predicate that returns true if all characters are found in provided string.
Predicate that returns true if all characters are found in provided string.
Replace object keys with String.prototype.replace
some util function about hanzi. (一些處理漢字的函式工具)
multibyte substr
```js import {substring} from "@uwebpro/substring/substring"; ```
A collection of data handlers
这是一个计算器
ES spec-compliant `String.prototype.substr` shim/polyfill/replacement that works as far down as ES3
Return the part of a string after a specified substring.
Return the part of a string after a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string before a specified substring.
Return the part of a string before a specified substring.
Return the part of a string before the last occurrence of a specified substring.
Replace the substring before the first occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.