re_none

Function re_none 

Source
pub fn re_none() -> RegLan
Expand description

Empty language

ยงExample

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

let test = EMPTY;
assert!(! str_in_re(&test, re_none()));