Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-12-01 11:06
Flavor·PCRE2 (PHP)

/
https?:\/\/chat\.googleapis\.com\/v1\/spaces\/(?P<space_id>[^\/\s$]+)\/messages\?key=(?P<key>[^\s$]+)&token=(?P<token>[^\s&]+)\z
/
gm
Open regex in editor

Description

Regular match an URL integration to Google chat by WebHook

Submitted by Vito Bryliano