Thank you both! Indeed, I simply wrote
= pathsplit.tail.replace(re"^[\!\+\-]+\s", "")
Runwithout importing any regexp library explicitly, and it works fine.
Thank you both! Indeed, I simply wrote
= pathsplit.tail.replace(re"^[\!\+\-]+\s", "")
Runwithout importing any regexp library explicitly, and it works fine.