RegEx Search TextBuffer



Is there a way to search a TextBuffer using regex instead of just a string?

I tried this, but no go <G>
iter.ForwardSearch (@"^(\d{3}).(\d{3})-(\d{4})$", TextSearchFlags.TextOnly, out start, out end, buf.EndIter)

-Jared


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]