Get the Part After a Character in a String in JavaScript or Node.js
JavaScript comes with handy string methods. It provides useful basics to interact with strings. The standard library has some missing pieces which you can fill yourself by composing helpful utility methods. One of these utilities is a function retrieve the part after a given character in a JavaScript string. This …
Continue Reading