The perlre Reference Manual

This is the perlre Reference Manual, version 0.5, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:32:02 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 perlre

s///, m//, d// - regular expression API for CL-PPCRE and CL-INTERPOL

Author

<>

License

BSD Simplified — the same as let-over-lambda

Version

0.5

Dependencies
  • cl-ppcre (system).
  • cl-interpol (system).
  • let-over-lambda (system).
  • prove (system).
  • trivia (system).
  • trivia.ppcre (system).
Source

perlre.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 perlre/perlre.asd

Source

perlre.asd.

Parent Component

perlre (system).

ASDF Systems

perlre.


3.1.2 perlre/package.lisp

Source

perlre.asd.

Parent Component

perlre (system).

Packages

perlre.


3.1.3 perlre/perlre.lisp

Dependency

package.lisp (file).

Source

perlre.asd.

Parent Component

perlre (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 perlre

Source

package.lisp.

Nickname

pre

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: ifmatch ((test o!s) conseq &optional altern)
Package

perlre.

Source

perlre.lisp.

Macro: match (stg &body clauses)
Package

perlre.

Source

perlre.lisp.

Macro: whenmatch ((test s) &rest conseq)
Package

perlre.

Source

perlre.lisp.


5.1.2 Ordinary functions

Function: #~-reader (s c n)
Package

perlre.

Source

perlre.lisp.


5.2 Internals


5.2.1 Macros

Macro: div (o!a o!m)
Package

perlre.

Source

perlre.lisp.

Macro: mat (o!a o!m)
Package

perlre.

Source

perlre.lisp.

Macro: sub (o!a o!m)
Package

perlre.

Source

perlre.lisp.


5.2.2 Ordinary functions

Function: mods (s)

modifiers: i m s x g e r and digits

Package

perlre.

Source

perlre.lisp.

Function: segment-reader (s c n)

evaluation with / / delimiters, no evaluation with any other corresponding delimiter

Package

perlre.

Source

perlre.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables