UNPKG

@terminus/ngx-tools

Version:

[![CircleCI][circle-badge]][circle-link] [![codecov][codecov-badge]][codecov-project] [![semantic-release][semantic-release-badge]][semantic-release] [![MIT License][license-image]][license-url] <br> [![NPM version][npm-version-image]][npm-url] [![Github

8 lines (7 loc) 259 B
/** * Define a regex to validate a URL * * Discussion: https://gist.github.com/dperini/729294 * NOTE: This is identical to our standard URL regex with the exception that the protocol is optional. */ export declare const urlOptionalProtocolRegex: RegExp;