Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

Phrase enclosed case insensitive

1

Regular Expression
.NET (C#)

@"
(?i:match that)
"
g

Description

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