LeetCode 890. Find and Replace Pattern in F#
URL
https://leetcode.com/problems/find-and-replace-pattern/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0890/main.fsx
let findAndReplacePattern (words: string list) (pattern: string) : string list =
let toInde...
syohex.hashnode.dev1 min read