Next: , Previous: , Up: irregex   [Index]


50.2 Predicates

Function: irregex? obj

Return #t if obj is a compiled regular expression. Compiled regular expression values are disjoint from all the other Scheme types.

Function: irregex-match-data? obj

Return #t if obj is a successful match result from irregex-search or irregex-match. Match data values are disjoint from all the other Scheme types.