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"
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"