re_all

Function re_all 

Source
pub fn re_all() -> RegLan
Expand description

Full language

ยงExample

use aws_smt_strings::{smt_strings::*, smt_regular_expressions::*};

assert!(str_in_re(&EMPTY, re_all()));
assert!(str_in_re(&"18938".into(), re_all()));