use topic directive instead
This commit is contained in:
parent
96521cfdf9
commit
e150916a0f
|
@ -55,26 +55,21 @@ Explicit renaming macro family.
|
||||||
(picrin regexp)
|
(picrin regexp)
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
(regexp ptrn [flags])
|
.. topic:: (regexp ptrn [flags])
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
Compiles pattern string into a regexp object. A string flags may contain any of #\g, #\i, #\m.
|
Compiles pattern string into a regexp object. A string flags may contain any of #\g, #\i, #\m.
|
||||||
|
|
||||||
(regexp? obj)
|
.. topic:: (regexp? obj)
|
||||||
^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
Judges if obj is a regexp object or not.
|
Judges if obj is a regexp object or not.
|
||||||
|
|
||||||
(regexp-match re input)
|
.. topic:: (regexp-match re input)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
Returns two values: a list of match strings, and a list of match indeces.
|
Returns two values: a list of match strings, and a list of match indeces.
|
||||||
|
|
||||||
(regexp-replace re input txt)
|
.. topic:: (regexp-replace re input txt)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
(regexp-split re input)
|
.. topic:: (regexp-split re input)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
(picrin control)
|
(picrin control)
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue