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/402', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 7092, 1337600109) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

Added in v3.23

parsenumbers

Syntax: %parsenumbers(s)

Returns an array (stringlist) of the numbers found in the string s.

Example

#SHOW %parsenumbers("100/200hp 300/400mana")

Displays: "100|200|300|400".

Add comment

Login or register to post comments