Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-10-19 17:02
Flavor·Python

r"
[\w ]+ main\([\w ]*\){(?P<body>(?:\n|.)+)}
"
g
Open regex in editor

Description

replaces the main function from c

Submitted by anonymous