Learn R Programming

urlexplorer (version 0.1.0)

extract_userinfo: Extract userinfo from URL

Description

Extract userinfo from URL

Usage

extract_userinfo(url)

Value

A character vector containing the userinfo from each URL, if present.

Arguments

url

A character vector of URLs.

Examples

Run this code
extract_userinfo(c("http://user:pass@example.com"))

Run the code above in your browser using DataLab