Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-06 17:42
Flavor·Python

r"
(Client URL: )(([\w\.\-\+]+:)\/{2}(([\w\d\.]+):([\w\d\.]+))?@?(([a-zA-Z0-9\.\-_]+)(?::(\d{1,5}))?))?(\/(?:[a-zA-Z0-9\.\-\/\+\%]+)?)(?:\?([a-zA-Z0-9=%\-_\.\*&;]+))?(?:#([a-zA-Z0-9\-=,&%;\/\\\"'\?]+)?)?
"
gm
Open regex in editor

Description

Pull the Client URL out of the Asana description field using targeted expression.

Submitted by Al Romano