Avatar
https://forums.swift.org/t/declarative-string-processing-overview/52459 Regex + 文字列パターンマッチングDSL
Declarative String Processing Overview Introduction String processing is hard and the current affordances provided by the Swift Standard Library are underpowered. We propose adding two new declarative string processing APIs—a familiar Regex literal and a more powerful Pattern result builder—to help make Swift string processing fast and easy. T...
👀 2