Skip to content

Instantly share code, notes, and snippets.

View conorjkelly96's full-sized avatar

Conor Kelly conorjkelly96

View GitHub Profile
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';

Matching a URL using REGEX

In this tutorial, we will be deep diving into the world of REGEX. See below to get started!

Summary

Briefly summarize the regex you will be describing and what you will explain. Include a code snippet of the regex. Replace this text with your summary.

The REGEX we will be looking at in this tutorial will be matching a URL. For example: