Function rustfmt_nightly::string::detect_url
source · Expand description
Returns the index to the end of the URL if the split at index of the given string includes a
URL or alike. Otherwise, returns None
.
Returns the index to the end of the URL if the split at index of the given string includes a
URL or alike. Otherwise, returns None
.