/regular_exp1

Three programs in one vscode; first function is to validate HTML colours. Example #AACCFF in a string using Regular expressions, the second function is to extract names from a string, and the third function is RegExp that parses the text and returns the same text but replaces every url in the text with a link.

Primary LanguageJavaScript

regular_exp1

Three programs in one vscode; first function is to validate HTML colours. Example #AACCFF in a string using Regular expressions, the second function is to extract names from a string, and the third function is RegExp that parses the text and returns the same text but replaces every url in the text with a link.