Expand description
๐ง [Experimental] This module is experimental and currently crate-private. Let us know if you have a use case for this!
This module contains utilities for working with properties where the specific property in use is not known at compile time.
For regex engines, [crate::sets::load_for_ecma262_unstable()] is a convenient API for working
with properties at runtime tailored for the use case of ECMA262-compatible regex engines.
Enumsยง
- Binary
Property ๐ - This type can represent any binary Unicode property.
- Enumerated
Property ๐ - This type can represent any enumerated Unicode property.
- Mask
Property ๐ - This type can represent any Unicode mask property.
- Misc
Property ๐ - Numeric
Property ๐ - This type can represent any numeric Unicode property.
- String
Binary ๐Property - This type can represent any binary property over strings.
- String
Property ๐ - This type can represent any Unicode string property.