All Tags »
.Net Null ignore
Sorry, but there are no more tags available to filter with.
-
I recently answered a post on Microsoft's MSDN regex forum where the user did not understand why the pattern he was using was not returning a match in the first match location. That was due to the fact that the regex parser was faithfully returning valid matches which were null. I have blogged about the issue in detail here:
Regular ...