Regular Expressions 101

Community Patterns

0

GEDCOM

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Nth occurrence of word - pull single table out of HTML with a bunch of tables

0

Regular Expression
PCRE (PHP <7.3)

/
^(?:(?:(?!table).)*table){19}(.+?(?=table))
/
gsi

Description

Loading markdown...
Submitted by Christopher Cilley - 7 years ago