[CodeQuality] Skip not regex on SimplifyRegexPatternRector #4322
[CodeQuality] Skip not regex on SimplifyRegexPatternRector #4322samsonasik merged 3 commits intomainfrom
Conversation
|
All checks have passed 🎉 @TomasVotruba I am merging it ;) |
|
@kenjis it seems https://getrector.com/demo/4114fea0-ee00-4394-a714-b3e325a3dd8b which regex identifier can be any of The logic of |
|
@samsonasik It seems the delimiters are limited. |
|
Yes 👍 |
|
|
|
Yeah, identifiers are more important. |
Ref rectorphp/rector#7993
@kenjis let's start with detect not regex type before check of unicode identifier.