Tag Remover Read in a string that may have spaces (use getline'). In the string will be something that looks like [TAG]text inside tag/TAG] where TAG can be any string. Print out the TAGS colon, and the text between the first and next. Sample: Input Ibody This is some text/body Output: body. This is some text Input Hello [class/ Output class