You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: