profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript RegExp Match Method

`match` is similar to exec, but in flip mode:

console.log("one two 100".match(/\d+/))