Articles with the tag #filter:

Image of code sample for the article: How to remove all HTML tags from a string?

How to remove all HTML tags from a string?

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

Image of code sample for the article: JavaScript array methods and how to use them

JavaScript array methods and how to use them

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