--- name: extract_urls kind: function lang: go domain: cybersecurity version: "1.0.0" purity: pure signature: "func ExtractURLs(text string) []string" description: "Extrae todas las URLs HTTP/HTTPS de un texto usando expresiones regulares." tags: [cybersecurity, extract, url, parse] uses_functions: [] uses_types: [] returns: [] returns_optional: false error_type: "" imports: [regexp] tested: false tests: [] test_file_path: "" file_path: "functions/cybersecurity/extract_urls.go" ---