+ 3
Regex - backwhacking
What is backwhacking and backreferencing in regex? Also why it is said to use raw strings when dealing with regular expressions (in python)?
2 Answers
0
@Vukan thankyou
What is backwhacking and backreferencing in regex? Also why it is said to use raw strings when dealing with regular expressions (in python)?