I need some help on declaring a regex. My inputs are like the following:
this is a paragraph with<[1> in between[1> and then there are cases ..
str.replace() does fixed replacements. Use re.sub() instead.
str.replace()