Skip to content

Remove multiline comments with compress option#7

Open
zakjan wants to merge 1 commit intovwochnik:masterfrom
zakjan:patch-1
Open

Remove multiline comments with compress option#7
zakjan wants to merge 1 commit intovwochnik:masterfrom
zakjan:patch-1

Conversation

@zakjan
Copy link
Copy Markdown

@zakjan zakjan commented Oct 3, 2021

Currently multiline comments are not removed because . doesn't match \n.

s regex modifier is required for . to match \n.

Currently multiline comments are not removed because `.` doesn't match `\n`.

`s` regex modifier is required for `.` to match `\n`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant