Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi,
The first obvious solution is to use the .innerText property of the page to get all text from the page and then process it with the regular expression like this (untested, off-top of my head):
(['"]?)(\.+)\1
(Not sure at the moment how to handle apostrophes)
The first obvious solution is to use the .innerText property of the page to get all text from the page and then process it with the regular expression like this (untested, off-top of my head):
(['"]?)(\.+)\1
(Not sure at the moment how to handle apostrophes)