Archive for the 'C#' Category

Regular expressions and LINQ in .NET languages

If you have looked LINQ at all, you’ll realize that Microsoft hacked the heck out of VB’s syntax in order to make things work. This begs the question: why can’t the same be done for regular expressions? Perl regular expressions are built into the natural syntax of the language, which makes it easy to use [...]