- What does this pattern
'/\\\(?!&#|\?#)/'
match in PHP preg_replace function? - Is this pattern valid?
- Why there are 3 backslashes in a row
\\\
?
问问题
77 次
'/\\\(?!&#|\?#)/'
match in PHP preg_replace function?\\\
?