mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
245 B
245 B
id | title |
---|---|
dc5b49fe-a371-459a-b82b-174301aee41d | JavaScript RegExp Match Method |
`match` is similar to exec, but in flip mode:
console.log("one two 100".match(/\d+/));