Skip to content

Commit

Permalink
Included a link to regex flag descriptions in the regexp document (md…
Browse files Browse the repository at this point in the history
…n#31236)

* Included a link to regex flag descriptions in the regexp document

* Update files/en-us/web/javascript/reference/global_objects/regexp/flags/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update files/en-us/web/javascript/reference/global_objects/regexp/flags/index.md

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
3 people authored Dec 23, 2023
1 parent b497cf5 commit a19e132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ The set accessor of `flags` is `undefined`. You cannot change this property dire
## See also

- [Polyfill of `RegExp.prototype.flags` in `core-js`](https://github.com/zloirock/core-js#ecmascript-string-and-regexp)
- [Advanced searching with flags](/en-US/docs/Web/JavaScript/Guide/Regular_expressions#advanced_searching_with_flags) in the Regular expressions guide
- {{jsxref("RegExp.prototype.source")}}

0 comments on commit a19e132

Please sign in to comment.