Get the Part After First Occurrence in a String in JavaScript or Node.js
JavaScript’s stdlib for strings contains dozens of methods. These methods are useful in a lot of situations. Yet, there are use cases where a method doesn’t exist in the stdlib. For example, there’s no method to retrieve a part of a string after a character or character …
Continue Reading