Regular Expressions 101

Community Patterns

1

numbahs

Python
no description available
Submitted by anonymous - 8 years ago
1

reg ex for http

ECMAScript (JavaScript)
https
Submitted by anonymous - 8 years ago
1

ISIS Checking

Python
no description available
Submitted by anonymous - 8 years ago

Find missing space around operators (=, +, -, *, /)

0

Regular Expression
Python

r"
(?! )[=+\-\*/](?! )
"
gm

Description

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