user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/709', '', '38.107.179.242', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6359, 1337600137) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

pat

Syntax: %pat(n)

return the nth subpattern from the previous =~ expression.

NB: This function should no longer be used with %subregex. See that article for more details.

Example:

#IF ("Zugg is here" =~ "(%w) is here") {#SHOW %pat(1)}

Displays: Zugg

Add comment

Login or register to post comments