Fix `regexp-quote' description.
Closes PR11818.
This commit is contained in:
parent
be95f7a501
commit
bad4a40741
|
@ -190,9 +190,9 @@ syntax (see @secref["regexp-syntax"]). The result can be used with
|
||||||
Produces a string or byte string suitable for use with @racket[regexp]
|
Produces a string or byte string suitable for use with @racket[regexp]
|
||||||
to match the literal sequence of characters in @racket[str] or
|
to match the literal sequence of characters in @racket[str] or
|
||||||
sequence of bytes in @racket[bstr]. If @racket[case-sensitive?] is
|
sequence of bytes in @racket[bstr]. If @racket[case-sensitive?] is
|
||||||
true, the resulting regexp matches letters in @racket[str] or
|
true (the default), the resulting regexp matches letters in
|
||||||
@racket[bytes] case-insensitively, otherwise it matches
|
@racket[str] or @racket[bytes] case-sensitively, otherwise it matches
|
||||||
case-sensitively.
|
case-insensitively.
|
||||||
|
|
||||||
@examples[
|
@examples[
|
||||||
(regexp-match "." "apple.scm")
|
(regexp-match "." "apple.scm")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user