pcreObjectp
pcreObjectp(g_arg) =>t/nil
Description
Checks to see whether the given argument is a pcreObject or not.
Arguments
Value Returned
Examples
a = pcreCompile("abc[0-9]+")
=> pcreobj@0x83b8018
(pcreObjectp a)
=> t
(pcreObjectp 9)
=> nil
Related Topics
Return to top