I have following string:
StackOverFlow
How can I extract text (i.e. StackOver
If you can add an id to your link like so: `StackOverFlow" then you can get the text like this:
id
document.getElementById('linkID').innerHTML;