Nieuws

Why not use react-replace-string? Because we needed the full API of String.replace, especially the regex match parameters which get passed to the replace function.
Sometimes we need to replace whole word with the word boundaries in a string. For this we use "\b" regular expression token which is called a word boundary. It usually matches at the start or the end ...