pub fn regex_full_match<O0: Into<Output>, O1: Into<Output>>( input: O0, pattern: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RegexFullMatch::new().build(input, pattern, scope).
RegexFullMatch::new().build(input, pattern, scope)