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/409', '', '38.107.179.244', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6439, 1337600184) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

pos

Syntax: %pos(p,s)

return the position of pattern p in string s. Return 0/false if not found

Examples:

#SHOW %pos(ABC,12AB56ABC10ABC)

displays: 7

Add comment

Login or register to post comments