mirror of
https://github.com/alrayyes/wiki.git
synced 2025-07-12 04:41:48 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
11
content/20201104102212-javascript_regexp_match_method.md
Normal file
11
content/20201104102212-javascript_regexp_match_method.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
id: dc5b49fe-a371-459a-b82b-174301aee41d
|
||||
title: JavaScript RegExp Match Method
|
||||
---
|
||||
|
||||
\`match\` is similar to
|
||||
[exec](20201104101924-javascript_regexp_exec_method), but in flip mode:
|
||||
|
||||
``` javascript
|
||||
console.log("one two 100".match(/\d+/));
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue