Hi everyone,
Regular expressions seem like an interesting concept and I've been reading up on them lately. But most of the material I've come across uses the \regularexpression\ format. I've seen this format in Perl or Unix based grep utilities.
Does .NET use this format? It doesn't seem like it because .NET will accept a regex in the format without the backslashes. What are the names of the different formats, if there are indeed more than one regex format (syntax?)
Thanks in advance,
Keith
Regular expressions seem like an interesting concept and I've been reading up on them lately. But most of the material I've come across uses the \regularexpression\ format. I've seen this format in Perl or Unix based grep utilities.
Does .NET use this format? It doesn't seem like it because .NET will accept a regex in the format without the backslashes. What are the names of the different formats, if there are indeed more than one regex format (syntax?)
Thanks in advance,
Keith