Skip to content

Fix wrongly escaped regular expressions.#13

Open
rodrigoq wants to merge 1 commit intoitamart:masterfrom
rodrigoq:contrib
Open

Fix wrongly escaped regular expressions.#13
rodrigoq wants to merge 1 commit intoitamart:masterfrom
rodrigoq:contrib

Conversation

@rodrigoq
Copy link

@rodrigoq rodrigoq commented Dec 3, 2016

Most regular expressions in the project are wrongly escaped. I fixed the ones that had the same error, but there are others. All preg_* functions that receive a variable as pattern parameter should be checked.

Without this fix there was a parsing error, to test set the name of a field something like: "A / B"

@itamart
Copy link
Owner

itamart commented Dec 5, 2016

Thanks. I will review the escaping of all regexp and fix for the next release.

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.

2 participants