Skip to content
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

[コラム] Stringと正規表現とSymbol #223

Open
azu opened this issue Apr 12, 2017 · 0 comments
Open

[コラム] Stringと正規表現とSymbol #223

azu opened this issue Apr 12, 2017 · 0 comments

Comments

@azu
Copy link
Collaborator

azu commented Apr 12, 2017

優先度は低いけど面白い題材なので #121 のコラムとして。

"ab".split(/a*?/)
/a*?/[Symbol.split]("ab")
  • 正規表現と文字列は同じロジックを共有している
  • feat(string): 文字列と正規表現 #183
  • Well-Known symbolを使ってアクセスすることができる
  • さらにこのSymbolを持つオブジェクトを定義することでStringのいくつかのメソッドがこれを参照することができる。
  • サブクラスでoverrideするなどができる
  • match
@azu azu changed the title [コラム] Stringと正規表現 [コラム] Stringと正規表現とSymbol Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant