LispCookbook / cl-cookbook

The Common Lisp Cookbook
http://lispcookbook.github.io/cl-cookbook/
Other
930 stars 138 forks source link

Show an Example of The PPCRE SEXPS Syntax #512

Open jgarte opened 11 months ago

jgarte commented 11 months ago

cl-ppcre has s-expression syntax:

https://github.com/edicl/cl-ppcre#abstract

Let's show an example in the regex section of the cookbook.

https://lispcookbook.github.io/cl-cookbook/regexp.html

vindarel commented 11 months ago

https://edicl.github.io/cl-ppcre/#create-scanner2