サクサク読めて、アプリ限定の機能も多数!
マッチした結果をiteratorとして返すプロポーザル
efcl のブックマーク 2015/09/27 00:16
GitHub - ljharb/String.prototype.matchAll: Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.[ECMAScript][JavaScript][正規表現][spec]マッチした結果をiteratorとして返すプロポーザル2015/09/27 00:16
このブックマークにはスターがありません。 最初のスターをつけてみよう!
github.com/ljharb2015/09/27
const assert = require('assert'); const matchAll = require('string.prototype.matchall'); const str = 'aabc'; const nonRegexStr = 'ab'; const globalRegex = /[ac]/g; const nonGlobalRegex = /[bc]/i; /...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
マッチした結果をiteratorとして返すプロポーザル
efcl のブックマーク 2015/09/27 00:16
このブックマークにはスターがありません。
最初のスターをつけてみよう!
GitHub - ljharb/String.prototype.matchAll: Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.
github.com/ljharb2015/09/27
const assert = require('assert'); const matchAll = require('string.prototype.matchall'); const str = 'aabc'; const nonRegexStr = 'ab'; const globalRegex = /[ac]/g; const nonGlobalRegex = /[bc]/i; /...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /