1 2 3 4 5 6 7 8
#! /bin/bash source ./util/verify/cbd-core is_https_url_cbd() { echo "$(url_pattern_match_cbd 'https://' 'Invalid URL' "$1")" }