Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-08 19:35
Flavor·PCRE2 (PHP)

/
(?<=How\s\w{4}\s).+|(?<=How\s\w{3}\s).+
/
gm
Open regex in editor

Description

抓括號後的文字

Submitted by Devin