Home
last modified time | relevance | path

Searched refs:without_anchors (Results 1 – 5 of 5) sorted by relevance

/dports/devel/grex/grex-1.3.0/src/regexp/
H A Dbuilder.rs250 pub fn without_anchors(&mut self) -> &mut Self { in without_anchors() method
/dports/devel/grex/grex-1.3.0/src/
H A Dmain.rs375 builder.without_anchors(); in handle_input()
/dports/devel/grex/grex-1.3.0/tests/
H A Dproperty_tests.rs275 let regexp = RegExpBuilder::from(&test_cases_vec).without_anchors().build();
H A Dlib_integration_tests.rs320 let regexp = RegExpBuilder::from(&test_cases).without_anchors().build(); in succeeds_without_anchors()
2062 let regexp = RegExpBuilder::from(&test_cases).without_anchors().build(); in succeeds_with_no_match_line_option()
2121 .without_anchors() in succeeds_with_verbose_mode_and_no_anchors_option()
/dports/devel/grex/grex-1.3.0/
H A DREADME.md349 .without_anchors()