9
0
Microsoft has a nifty quick reference card for .Net Regular Expressions.
But it seems to list \b
as both matching Backspace and also matching "On word boundary".
Which is it? Can \b
really do both? How can you be precise about which one you mean?
1I'm not sure why you asked a C#/.Net question here when you have 27k on Stack Overflow where this belongs, topically. – slhck – 2014-06-20T06:16:48.940
The Visual Studio IDE amd Powershell both use .Net expressions. I came across this question in the context of using the IDE. Searching and Editing files is more of a SuperUser task than a programming problem. – abelenky – 2014-06-20T09:04:25.073
I see, thanks. Maybe you can clarify the context, e.g. show a screenshot of the IDE or explain the searching files part? Then I'd say it's fine to stay here. – slhck – 2014-06-20T09:12:01.797