do you like regexes?
yes!!!
31.4%
yes
19.6%
so-so
35.3%
no
13.7%
Poll ended at .
@quincy Enjoyment is so little, i wrote an abstraction for it. https://codeberg.org/holothuroid/regexbuilder
regexbuilder

Java builder for regex patterns

Codeberg.org

@holothuroid @quincy
Foundation (Swift’s analogue (in my view) to the util package) has `RegexBuilder` for a similar purpose. Now you have to make a choice: be concise with Regex literals, or verbose using the Builder.

https://developer.apple.com/documentation/RegexBuilder

#swift #swiftlang

RegexBuilder | Apple Developer Documentation

Use an expressive domain-specific language to build regular expressions, for operations like searching and replacing in text.

Apple Developer Documentation