Skip to content

Documentation / @agentick/shared / isUrlString

Function: isUrlString()

isUrlString(str): boolean

Defined in: blocks.ts:649

Check if a string looks like a URL (http:// or https://). Useful for determining source type from string data.

Parameters

str

string

Returns

boolean

Released under the ISC License.