Regular Expressions 101

Spon⁠sors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

r"
(https?://.*?)(/courses/(?:\d+)/quizzes/(?:\d+))/?(?:take)?
"
gm

Description
Created·2022-03-21 16:14
Type·Substitution
Flavor·Python

Turns a URL provided by the user (copied from the address bar) into a url to access the same quiz with the Canvas LMS REST API.

Submitted by Anonymous
Open Workspace