We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59d4da commit ea318d9Copy full SHA for ea318d9
R/extendr-wrappers.R
@@ -8,6 +8,14 @@
8
#' @useDynLib stringer, .registration = TRUE
9
NULL
10
11
+get_boundary_character <- function() .Call(wrap__get_boundary_character)
12
+
13
+get_boundary_linebreak <- function() .Call(wrap__get_boundary_linebreak)
14
15
+get_boundary_sentence <- function() .Call(wrap__get_boundary_sentence)
16
17
+get_boundary_word <- function() .Call(wrap__get_boundary_word)
18
19
add_s_flag_to_dot <- function(string) .Call(wrap__add_s_flag_to_dot, string)
20
21
add_m_flag_to <- function(string) .Call(wrap__add_m_flag_to, string)
0 commit comments