fix default value for regexp-quote
svn: r8535
This commit is contained in:
parent
03f29ff7b1
commit
b02db9ee94
|
@ -178,8 +178,8 @@ syntax (see @secref["regexp-syntax"]). The result can be used with
|
||||||
(byte-pregexp #"ap*le")
|
(byte-pregexp #"ap*le")
|
||||||
]}
|
]}
|
||||||
|
|
||||||
@defproc*[([(regexp-quote [str string?][case-sensitive? any/c #f]) string?]
|
@defproc*[([(regexp-quote [str string?] [case-sensitive? any/c #t]) string?]
|
||||||
[(regexp-quote [bstr bytes?][case-sensitive? any/c #f]) bytes?])]{
|
[(regexp-quote [bstr bytes?] [case-sensitive? any/c #t]) bytes?])]{
|
||||||
|
|
||||||
Produces a string or byte string suitable for use with @scheme[regexp]
|
Produces a string or byte string suitable for use with @scheme[regexp]
|
||||||
to match the literal sequence of characters in @scheme[str] or
|
to match the literal sequence of characters in @scheme[str] or
|
||||||
|
|
Loading…
Reference in New Issue
Block a user