@wtasnorg/node-lib / mapString
mapString(
mapping,s):string
Defined in: src/strings.ts:665
Map returns a copy of the string s with all its characters modified according to the mapping function. If mapping returns a negative value, the character is dropped from the string with no replacement.
(_r) => number
Maps each code point to a new code point.
string
Input string.
string
Mapped string.