It is more difficult to validate regex literals now that they no longer have a special syntax. It also creates the question of how far down the validation rabbit hole we want to go. Base64? Hex? IP addresses?
For now, we should keep the validator simple and remove special-purpose PCRE validation.
It is more difficult to validate regex literals now that they no longer have a special syntax. It also creates the question of how far down the validation rabbit hole we want to go. Base64? Hex? IP addresses?
For now, we should keep the validator simple and remove special-purpose PCRE validation.