URLlike
URLlike is an adjective used in computing to describe strings, identifiers, or tokens that resemble the syntax of a URL (Uniform Resource Locator) but may not function as a retrievable web address. In practice, URLlike values may be absolute URLs, relative URLs, or strings that begin with a known scheme such as http, https, ftp, mailto, or custom schemes, yet they may be incomplete, non-resolvable, or used in non-network contexts.
The term is often used in data validation, input handling, text processing, and content linking to distinguish
Applications include link extraction, URL auto-linking in text, templating engines, and data models that store resource
Related concepts include URL, URI, and URN, as well as standards such as RFC 3986 that define