Regular Expressions 101

Community Patterns

Zoom links, only with passwords

2

Regular Expression
.NET 7.0 (C#)

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

Description

Group 1 will have meeting id, group 2 will have password

Submitted by anonymous - 2 years ago