Home
last modified time | relevance | path

Searched refs:without_start_anchor (Results 1 – 4 of 4) sorted by relevance

/dports/devel/grex/grex-1.3.0/src/regexp/
H A Dbuilder.rs234 pub fn without_start_anchor(&mut self) -> &mut Self { in without_start_anchor() method
/dports/devel/grex/grex-1.3.0/src/
H A Dmain.rs367 builder.without_start_anchor(); in handle_input()
/dports/devel/grex/grex-1.3.0/tests/
H A Dproperty_tests.rs231 let regexp = RegExpBuilder::from(&test_cases_vec).without_start_anchor().build();
H A Dlib_integration_tests.rs2043 .without_start_anchor() in succeeds_with_no_start_anchor_option()
2084 .without_start_anchor() in succeeds_with_verbose_mode_and_no_start_anchor_option()