Is there any way to find and remove the url or domain from given string with parentheses ?
example: (like someurl.com) should be (like) and [like someurl.com] to become [like] ... also [like someurl.com/path/something.html] should be [like]
maybe someone can help me with a code to do this.