Regular Expressions 101

Community Patterns

1

myregex

PCRE (PHP <7.3)
no description available
Submitted by shakti - 10 years ago
1

gk

PCRE (PHP <7.3)
wertyuikjh
Submitted by hjk - 10 years ago
35

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 10 years ago

get all title value && all the text in <a/>

1

Regular Expression
PCRE (PHP <7.3)

/
(?=<[^<]*[\s]+title="([^"]*)")|<\s*a\s+[^<]*>([^<]*)([^<]*)
/
g

Description

Loading markdown...
Submitted by Kerosene - 10 years ago