Regular Expressions 101

Community Patterns

3

Non vowel words

ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by regexe - 8 years ago

fix plot histogram calls

0

Regular Expression
.NET (C#)

@"
(__Internal64\.PlotHistogram(?:2D)?(?:_\d+)?\(.*)(__arg(?:5|6))(.*)
"
gm

Description

Loading markdown...
Submitted by anonymous - 9 months ago