-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
正規表現/RegExp #21
Comments
基本的には String と RegExpの関係 が #121 にあって、 |
https://regex101.com/ チェッカーツール |
https://tc39.github.io/ecma262/#sec-regexp.prototype.test 初めて知った。 あんまり |
https://tc39.github.io/ecma262/#sec-patterns
とあるので正規表現の中の文字列は new RegExp("pattern");
// ^^^^^^^^
// パターン文字列の部分を"パターン"
/pattern/
// ^^^^^^^^^
// 全体が正規表現 |
#121 に吸収されたので閉じる |
内部的に使ってる用語をまとめた用語集的なものをつくっておきたいな #21 (comment) みたいなの |
基本文法 #17
事前にリテラル #27 で少し触れる
/(:?)/
The text was updated successfully, but these errors were encountered: