I've been looking at the re documentation and at other questions but I keep running into trouble with regex.
I need to take what ever is in the [tag] off of the string.
string = "Article Name [Tag Name]"
#and I want to go to
string = "Article Name"
I'd really appreciate it if anyone could help.