Microsoft .NET 7 Preview 4 brings Regex improvements, cache metrics Channel Asia


Source: infoworld.com infoworld.com

Key Topics in this News Article:

News Snapshot:

Credit: Dreamstime Microsoft’s latest preview of .NET 7, the forthcoming next version of its software development platform, features enhancements for working with regular expressions and caching. Downloadable from the Microsoft .NET website , the fourth preview of .NET 7 was published May 10. The production release is due in November. Microsoft .NET Preview 4 adds remaining planned APIs that add support for span types to the Regex (regular expressions) library. The changes add support for matching with ReadOnlySpan inputs and overhaul the handling of RegexOptions.IgnoreCase . The new span-based APIs include: Regex.IsMatch(ReadOnlySpan input) , which indicates whether the regular expression...