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
I would like to request 5 additional ligatures.
3 ligatures for PostgreSQL regex operations. ~* case insensitive regex match
!~ case-sensitive regex do not match
!~* case insensitive regex do not match
2 ligatures for Powershell multiline block comments
<# start
#> end
The text was updated successfully, but these errors were encountered:
PeterCullenBurbery
changed the title
Additional ligatures for regex matching in Postgres
Additional ligatures for regex matching in Postgres and Powershell multiline comments
May 7, 2024
I would like to request 5 additional ligatures.
3 ligatures for PostgreSQL regex operations.
~*
case insensitive regex match!~ case-sensitive regex do not match
!~* case insensitive regex do not match
2 ligatures for Powershell multiline block comments
<# start
#> end
The text was updated successfully, but these errors were encountered: