This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Search for an "e" in the next paragraph:
The best things in life are free!
let text = document.getElementById("p01").innerHTML; const pattern = /e/; document.getElementById("demo").innerHTML = pattern.test(text);