mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(regexp): complete documentation (#4319)
This commit is contained in:
parent
775058040a
commit
7f5693a5f3
@ -1,4 +1,5 @@
|
|||||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||||
|
// This module is browser compatible.
|
||||||
|
|
||||||
// // For future forward-compatibility with regexp `v` flag, reservedCharMap is
|
// // For future forward-compatibility with regexp `v` flag, reservedCharMap is
|
||||||
// // autogenerated from the ClassSetReservedDoublePunctuator,
|
// // autogenerated from the ClassSetReservedDoublePunctuator,
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
// This module is browser compatible.
|
// This module is browser compatible.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functions for tasks related to regular expression (regexps), such as
|
* Functions for tasks related to
|
||||||
* escaping text for interpolation into a regexp
|
* {@link https://en.wikipedia.org/wiki/Regular_expression | regular expression} (regexp),
|
||||||
|
* such as escaping text for interpolation into a regexp.
|
||||||
*
|
*
|
||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user