Today’s random F# code: Regex Active Pattern in API Validation By Urs EnzlerIn .NET, F#, Today's random F# codeFebruary 26, 20231 Min read T Active patterns make using a Regex in F# neat: The matched groups are returned in the list after the pattern. Here is an example from our codebase: Pattern found at Active Patterns – F# | Microsoft Learn: