Python Escape Forward Slash
# Escape forward slash with \
test = "\/test"
Tense Tarantula
# Escape forward slash with \
test = "\/test"