Function: parseMonitorUrlList()
parseMonitorUrlList(
value:string):string[]
Defined in: electron/services/monitoring/shared/monitorServiceHelpers.ts:135
Parses a monitor URL list from a comma and/or newline separated string into a normalized array of non-empty, trimmed URLs.
Parameters
value
string
Raw URL list string to parse.
Returns
string[]
Array of normalized URL strings.