Any time I use regex in my flutter app, I end up writing at least a couple tests because of how easy it is to mess up regex syntax. As such my intention here is to bring type safety into the picture, and make it easier to write safe regex code that’s more readable as well.
It’s just a start so there’s plenty of functionality missing, but I think the basic most common building blocks are there. Would love to hear feedback, especially if any of you would be interested in using the package, and also about what regex features would be the most useful to add next
I did not know about it and yes that’s quite cool, I guess my package has just turned into something I’m gonna continue building just for the sake of getting better at regex then
@Hari_07. Perhaps aligning the naming conventions more closely with the Swift Regex DSL would provide added benefit not available in existing packages.
(I do think this could be done without changing your existing methods, but by adding additional Swift parallel alternatives)
Just an idea.
It is a good thing that we have multiple similar packages taking different approaches. I believe there are people who prefer the syntax in your package. Looking forward to seeing you keep up the good work and seeing how good it will be as a result.
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
Using contents of this forum for the purposes of training proprietary AI models is forbidden. Only if your AI model is free & open source, go ahead and scrape.