Articles with the tag #filter:

How to remove all HTML tags from a string?
2022-02-26
When counting text characters in HTML strings, you usually do not want to include the characters in the HTML markup code. While parsing HTML with RegExp does have its limits, in this case, RegExp works very well. …read more

JavaScript array methods and how to use them
2021-03-06
Arrays are as central to JavaScript as in many other languages, in this article we will go through the most useful array methods along with creative usage examples. …read more