An open API service indexing awesome lists of open source software.

https://github.com/herm71/javascript-split

Short bit of javascript that will look for certain words within an array and wrap them in <span> elements
https://github.com/herm71/javascript-split

Last synced: 12 months ago
JSON representation

Short bit of javascript that will look for certain words within an array and wrap them in <span> elements

Awesome Lists containing this project

README

          

# JavaScript Split

Short piece of [JavaScript](https://www.javascript.com/) that will grab a string wrapped in HTML, split it into an array, and compare the results against a second array containing certain words. If there is a match, the word in the first array will be wrapped in `` elements.

See:

https://codepen.io/Herm71/pen/xYawXB

https://herm71.github.io/javascript-split/