It's quite easy to open a URL
in SwiftUI, e.g. as I've mentioned in this answer, however, I'm interested in opening the following strings in the web browser (e.g. Safari) with the default search engine:
samplestring
8883notaurl
Is there an option to open the query in a default search engine, instead of just composing a URL like this:
And then opening it as a regular URL?