xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

Improve URL pattern matching #2248

Closed zero0cool0 closed 9 months ago

zero0cool0 commented 1 year ago

The current URL regex has a number of issues, for example, it doesn't match http://localhost or https://example.com:8080.

The proposed expression is taken from here

It passes all the validation tests including the newly added ones.

zero0cool0 commented 9 months ago

@mats-claassen Any chance this can get merged into master?