G
Guest
Hi all,
I'm porting a peice of Perl code and it has the following regex:
$text2Check =~ s/\x0D\x0A|\r/\n/g;
I'm confused about the s/ and /\n/g.
Anyone know what the equivalent is for .NET?
I'm porting a peice of Perl code and it has the following regex:
$text2Check =~ s/\x0D\x0A|\r/\n/g;
I'm confused about the s/ and /\n/g.
Anyone know what the equivalent is for .NET?