Is it possible for me to include tabs and line breaks in my search string in
the VS2005 IDE?
In UltraEdit, for example, I can search for "^p^tHello^p", which will match
a line-break, then a tab, then the word "Hello" and then another line break.
Can I do this in VS2005 (without using Regular Expressions)?
Thanks,

Signature
(O)enone
Carlos J. Quintero [VB MVP] - 29 Nov 2005 15:05 GMT
AFAIK, you need to use regular expressions...

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
> Is it possible for me to include tabs and line breaks in my search string
> in the VS2005 IDE?
[quoted text clipped - 4 lines]
>
> Thanks,