I want to find the word sprintf in my code. What Perl regular expression should be used?
There are some lines which have text like sprintf_private, which I want to exclude, but need just sprintf.
I want to find the word sprintf in my code. What Perl regular expression
Share
You must use
\bat the words’ border: