FunctionsCommonURLHasExtensionCommonURLHasExtension CallableCommonURLHasExtension(TestURL: string, Extension: readonly string[]): booleanReturns TRUE if the URL is valid, is from http or https or screens/ or backgrounds/ and has the required extensionParametersTestURL: stringThe URL to testExtension: readonly string[]An array containing the valid extensionsReturns boolean
Returns TRUE if the URL is valid, is from http or https or screens/ or backgrounds/ and has the required extension