Open PratyushGar opened 7 months ago
Confirm, I see the same issue. For example backend.eu-central1.internal:8080
gets parsed as backend.eu
only. These kind of urls are common for cloud dns names. Would be nice to have a fix/option to handle these.
I have a text:
org.org_custom_connector
On parsing through tokenize, it breaks it into a URL and text token -url: "org.org" && text: "_custom_connector
Is there any way to override this behavior of not splitting the URL?