Regular Expressions 101

Sponsors

Library entries

1
python

test

learning regex in python
Submitted by anonymous - 6 years ago
1
python

Chord scanning

no description available
Submitted by anonymous - 6 years ago
1
python

#define

no description available
Submitted by anonymous - 6 years ago
1
python

parsing objdump output

parsing objdump output
Submitted by anonymous - 6 years ago
1
pcre

Lockbox Sätze #2

no description available
Submitted by anonymous - 6 years ago
1
pcre

IPv4 address

matches valid ipv4 addresses
Submitted by anonymous - 6 years ago
1
pcre

find field names

no description available
Submitted by anonymous - 6 years ago
1
python

traceroute

no description available
Submitted by anonymous - 6 years ago
1
pcre

content

no description available
Submitted by anonymous - 6 years ago
1
pcre

images

no description available
Submitted by anonymous - 6 years ago

match sql identifiers but not functions

Vote

1

Regular Expression
pcre

/
(\w+\((?:[^)(]+|(?R))*\))|(?:(\b[a-zA-Z_](?:[\w\-_.]+\.?))(?=[\s<>=!)]|$))
/
gi

Description

Loading markdown...
Submitted by ikkez - 7 years ago