Home
last modified time | relevance | path

Searched refs:str_match_first (Results 1 – 11 of 11) sorted by relevance

/dports/devel/R-cran-tidyr/tidyr/tests/testthat/
H A Dtest-extract.R56 str_match_first(c("r-2", "d-2-3-4"), "(.)-(.)"),
60 str_match_first(NA, "test"),
64 str_match_first(c("", " "), "^(.*)$"),
68 str_match_first("", "(.)-(.)"),
72 str_match_first(character(), "(.)-(.)"),
/dports/devel/R-cran-tidyr/tidyr/R/
H A Dextract.R58 out <- str_match_first(x, regex)
90 str_match_first <- function(string, regex) { function
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr.h92 int str_match_first ( str *s, char ch );
H A Dstr.c882 str_match_first( str *s, char ch ) in str_match_first() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr.h92 int str_match_first ( str *s, char ch );
H A Dstr.c788 str_match_first( str *s, char ch )
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr.h92 int str_match_first ( str *s, char ch );
H A Dstr.c788 str_match_first( str *s, char ch ) in str_match_first() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dstr_test.c947 if ( str_match_first( s, '0' ) ) { in test_match()
952 if ( !str_match_first( s, '0' ) ) { in test_match()
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dstr_test.c949 if ( str_match_first( s, '0' ) ) { in test_match()
954 if ( !str_match_first( s, '0' ) ) { in test_match()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs1263 pub fn str_match_first(s: *mut str, ch: ::std::os::raw::c_char) -> ::std::os::raw::c_int; in str_match_first() function