Regular Expressions 101

Community Patterns

1

pm-problem

ECMAScript (JavaScript)
pm
Submitted by creamidea - 8 years ago
0

Regex json

Python
no description available
Submitted by anonymous - 8 years ago

Get any word before specific string

0

Regular Expression
Python

r"
^\w+(?=\s+OBJECT-TYPE)
"
gim

Description

Loading markdown...
Submitted by anonymous - 8 years ago