Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-05-09 15:42
Flavor·.NET 7.0 (C#)

@"
(?i:match that)
"
g
Open regex in editor

Description

Match everything enclosed, say, a phrase, with case insensitive.

Submitted by kosalanuwan