Skip to content

Refactor url replacement in batch to use single regex #66

@baywet

Description

@baywet

Wouldn't this be better as a single, pre-compilled regex (you can just group the part that changes. moreover there are regex chars in there that are not escaped like .) instead of re-compiling 4 separate regexes every time this method is run?

Originally posted by @lespea in #65 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions