As of Firefox 115, we will support the /v flag ("Unicode Sets") in RegExps.
Use case:
This adds syntax and semantics for the following set operations:
difference/subtraction (in A but not in B)
intersection (in both A and B)
nested character classes (needed to enable the above)
along with some additional unicode properties.