Extracted from Pike v8.0 release 240 as of 2016-05-31.
Method array_sscanf()
Method
array_sscanf
array array_sscanf(string data, string format)
Description
This function works just like sscanf(), but returns the matched
results in an array instead of assigning them to lvalues. This is often
useful for user-defined sscanf strings.