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
Support for x=/xyz/; and x= s/xyz/zyx/gi; would be awesome.
The unary ~ operator in Java may need to be abandoned in favour of =~ -- currently operator precedence guarantee that x =~ expr is interpreted at x =(~ expr) instead of x (=~) expr.
The text was updated successfully, but these errors were encountered:
Support for x=
/xyz/; and x=s/xyz/zyx/gi; would be awesome.The unary ~ operator in Java may need to be abandoned in favour of =~ -- currently operator precedence guarantee that x =~ expr is interpreted at x =(~ expr) instead of x (=~) expr.
The text was updated successfully, but these errors were encountered: