how to find and replace all characters after the main domain (including the \"/\" character) using a wild card?
For example, i have the following 4 rows:
Use Regular Expression in Replace and then use this:
/.*
Untick the . matches newline and ofc replace it with nothing ;)