1👍
✅
Use re.escape(your_string)
to escape any characters that have a special meaning in regex.
Source:stackexchange.com
1👍
Use re.escape(your_string)
to escape any characters that have a special meaning in regex.