neolution-ch / javascript-utils

0 stars 3 forks source link

Add string utils #7

Closed drebrez closed 10 months ago

drebrez commented 1 year ago

Would be nice to have the following string utility functions:

In my opinion they should behave like the c# implementation (also tabs/newlines/carriagereturns/... are considered whitespaces)

Here some possible implementations => https://stackoverflow.com/a/32800728

Maybe even provide a StringBuilder class?

drebrez commented 10 months ago

some other interesting utilities => https://github.com/microsoft/vscode/blob/main/src/vs/base/common/strings.ts