Constant MAX_REGEX_SIZE_AFTER_COMPILATION

Source
const MAX_REGEX_SIZE_AFTER_COMPILATION: usize = _; // 10_485_760usize
Expand description

The maximum size of a regex after compilation. This is the same as the Regex crate’s default at the time of writing.

Note: This number is mentioned in our user-facing docs at the “String operators” in the function reference.