Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-03 16:29
Flavor·PCRE2 (PHP)

/
You\d:\d\d PM\n
/
gm
Open regex in editor

Description

This regex search for You + a time (digit + : + 2 digits) + PM and deletes it

Submitted by anonymous