Regular Expressions 101

Community Patterns

1

Funny Discord Thing

.NET (C#)
Submitted by Deniz-seckin55 - a month ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - 2 months ago
0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 3 months ago
0

NLP_Regex

Python
Learning Regex for NLP
Submitted by anonymous - 3 months ago

Wikipedia ISO 4217 (Currency Codes) table to C# enum

1

Regular Expression
.NET (C#)

@"
(?'Code'[A-Z]{3})\t(?'Number'[0-9]{3})\t(?'NumbersAfterDecimal'.*)\t(?'Name'.*)\t(?'UsedIn'.*)
"
gm

Description

Loading markdown...
Submitted by Diemaco - 4 months ago