Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 7, 2017 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/8deb84fc86ecf022f9704591e4fe7bed to your computer and use it in GitHub Desktop.
Save jmercouris/8deb84fc86ecf022f9704591e4fe7bed to your computer and use it in GitHub Desktop.
NEXT> (describe (cl-string-match:match-re "lol" "lol"))
#<RE-MATCH "lol">
Class: #<STANDARD-CLASS CL-STRING-MATCH:RE-MATCH>
Wrapper: #<CCL::CLASS-WRAPPER CL-STRING-MATCH:RE-MATCH #x302001220ECD>
Instance slots
CL-STRING-MATCH::MATCH: "lol"
CL-STRING-MATCH::GROUPS: NIL
CL-STRING-MATCH::START-POS: 0
CL-STRING-MATCH::END-POS: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment