File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ struct LinksRegex {
263
263
let zoom = try ! NSRegularExpression ( pattern: #"https:\/\/(?:[a-zA-Z0-9-.]+)?zoom(-x)?\.(?:us|com|com\.cn|de)\/(?:my|[a-z]{1,2}|webinar)\/[-a-zA-Z0-9()@:%_\+.~#?&=\/]*"# )
264
264
let zoom_native = try ! NSRegularExpression ( pattern: #"zoommtg://([a-z0-9-.]+)?zoom(-x)?\.(?:us|com|com\.cn|de)/join[-a-zA-Z0-9()@:%_\+.~#?&=\/]*"# )
265
265
let teams = try ! NSRegularExpression ( pattern: #"https?://(gov.)?teams\.microsoft\.(com|us)/l/meetup-join/[a-zA-Z0-9_%\/=\-\+\.?]+"# )
266
- let webex = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9-.]+)?webex\.com/[^\s]*"# )
266
+ let webex = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9-.]+)?webex\.com/[^\s% ]*"# )
267
267
let chime = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9-.]+)?chime\.aws/[0-9]*"# )
268
268
let jitsi = try ! NSRegularExpression ( pattern: #"https?://meet\.jit\.si/[^\s]*"# )
269
269
let ringcentral = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9.]+)?ringcentral\.com/[^\s]*"# )
You can’t perform that action at this time.
0 commit comments