Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

Zoom links, only with passwords

2

Regular Expression
.NET (C#)

@"
https:\/\/[\w-]*\.?zoom.us\/j\/([\d\w?=-]+)\?pwd=([\d\w?=-]+)
"
g

Description

Loading markdown...
Submitted by anonymous - a year ago