Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Add support for regexp dotAll flag #54

Closed
pinepain opened this issue Sep 4, 2017 · 1 comment
Closed

Add support for regexp dotAll flag #54

pinepain opened this issue Sep 4, 2017 · 1 comment
Assignees
Milestone

Comments

@pinepain
Copy link
Member

pinepain commented Sep 4, 2017

v8/v8@cec39ad

[regexp] Add support for dotAll flag

The dotAll flag changes behavior of the dot '.' character to match every
possible single character instead of excluding certain line terminators.

The implementation is staged behind --harmony-regexp-dotall.

Spec proposal: https://github.com/mathiasbynens/es-regexp-dotall-flag

BUG=v8:6172

Review-Url: https://codereview.chromium.org/2780173002
Cr-Commit-Position: refs/heads/master@{#44295}

Since: 5.9.144

@pinepain
Copy link
Member Author

dotAll flag is available by default since 6.2 - https://v8project.blogspot.com/2017/09/v8-release-62.html, so it's not a blocker anymore.

@pinepain pinepain removed the blocked label Sep 16, 2017
@pinepain pinepain added this to the 0.2.0 milestone Sep 16, 2017
@pinepain pinepain self-assigned this Sep 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant