I want to use the pattern *1*. I have tried \\*1\\*, but it doesn\'t work. Where is the problem?
*1*
\\*1\\*
need to use a backslash \ as the escape character in regexes.
\