core.noscript.text
Hello
I am wanting to remove the words after the number, so from "WHAT IT LOOKS LIKE" to "WHAT I WANT"
Use the RegEx Tool with the following expression:
.*:ITSUPPORTRuntheactivity(\w+-\d+).*$
This assumes that the text ITSUPPORTRuntheactivity always comes before the text you want to extract.
Hope this helps and Happy Solving!