Charles N Wyble
a65cbaf581
git-subtree-dir: vendor/git.knownelement.com/ExternalVendorCode/bash3boilerplate git-subtree-split: 2e878ec30f0572ad80f34743b6136536cf7c202f
25 lines
378 B
Plaintext
25 lines
378 B
Plaintext
abc123
|
|
|
|
Use second argument to return just 1 variable.
|
|
parse_url() demo:
|
|
|
|
proto: http://
|
|
user: johndoe
|
|
pass: abc123
|
|
host: example.com
|
|
port: 8080
|
|
path: index.html
|
|
|
|
abc123
|
|
|
|
Use second argument to return just 1 variable.
|
|
parse_url() demo:
|
|
|
|
proto: http://
|
|
user: johndoe
|
|
pass: abc123
|
|
host: example.com
|
|
port: 8080
|
|
path: index.html
|
|
|