Regular Expressions 101

Community Patterns

Phrase enclosed case insensitive

1

Regular Expression
.NET (C#)

@"
(?i:match that)
"
g

Description

Loading markdown...
Submitted by kosalanuwan - 7 months ago