getFunctionList

Returns a struct with keys of the names of functions that are available in CFML.

getFunctionList() → returns struct

Examples
Sample code invoking the getFunctionList function

CF 11+ Uses the member function of structKeyExists.

getFunctionList().keyExists("reMatch")

Expected Result: YES

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub