The regex parser does not include any line information or line offsets of the regex pattern into account. The given character locations are starting from the beginning of the pattern itself. To highlight dedicated locations of characters, sequences, or other ranges within a regex pattern we need a mapping of PHP locations and regex locations.
Activity
Nils WernerSeptember 1, 2021 at 9:18 AM
Fixed within
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The regex parser does not include any line information or line offsets of the regex pattern into account. The given character locations are starting from the beginning of the pattern itself. To highlight dedicated locations of characters, sequences, or other ranges within a regex pattern we need a mapping of PHP locations and regex locations.