migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
985 stars 55 forks source link

Fix url handing regex #467

Closed tishin closed 2 months ago

tishin commented 2 months ago

Fixes #466. Non-greedy .*? should capture everything before the first ]

migueldeicaza commented 2 months ago

Thank you once again!