You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude RtoL characters from paired regex delimiters
FixesPerl#22228
Some scripts in the world are written right-to-left, such as Arabic and
Hebrew. This can result in confusion for regex pattern delimitters that
we have chosen based on left-to_right. Therefore exclude all such.
Currently, the only two that fall into this category that we don't
exclude for other reasons are SYRIAC COLON SKEWED LEFT/RIGHT.
0 commit comments