![]() |
![]() |
![]() |
![]() |
<GPatternSpec>
A GPatternSpec struct is the 'compiled' form of a pattern. This structure is opaque and its fields cannot be accessed directly.
(define-values (%return) (pattern-spec:equal? self pspec2))
Compares two compiled pattern specs and returns whether they will match the same set of strings.
(define-values (%return) (pattern-spec:match? self string-length string string-reversed))
Undocumented