R/extendr-wrappers.R

Defines functions str_bytes_locates str_bytes_locate str_regex_locates str_regex_locate str_utf8_locates str_utf8_locate str_length convert_to_uppercase add_i_flag_to add_x_flag_to add_m_flag_to add_s_flag_to_dot get_boundary_word get_boundary_sentence get_boundary_linebreak get_boundary_character

# Generated by extendr: Do not edit by hand
#
# This file was created with the following call:
#   .Call("wrap__make_stringer_wrappers", use_symbols = TRUE, package_name = "stringer")

#' @docType package
#' @usage NULL
#' @useDynLib stringer, .registration = TRUE
NULL

get_boundary_character <- function() .Call(wrap__get_boundary_character)

get_boundary_linebreak <- function() .Call(wrap__get_boundary_linebreak)

get_boundary_sentence <- function() .Call(wrap__get_boundary_sentence)

get_boundary_word <- function() .Call(wrap__get_boundary_word)

add_s_flag_to_dot <- function(string) .Call(wrap__add_s_flag_to_dot, string)

add_m_flag_to <- function(string) .Call(wrap__add_m_flag_to, string)

add_x_flag_to <- function(string) .Call(wrap__add_x_flag_to, string)

add_i_flag_to <- function(string) .Call(wrap__add_i_flag_to, string)

convert_to_uppercase <- function(string) .Call(wrap__convert_to_uppercase, string)

str_length <- function(str) .Call(wrap__str_length, str)

str_utf8_locate <- function(str, sub, folding) .Call(wrap__str_utf8_locate, str, sub, folding)

str_utf8_locates <- function(str, sub, folding) .Call(wrap__str_utf8_locates, str, sub, folding)

str_regex_locate <- function(str, pat) .Call(wrap__str_regex_locate, str, pat)

str_regex_locates <- function(str, pat) .Call(wrap__str_regex_locates, str, pat)

str_bytes_locate <- function(str, sub) .Call(wrap__str_bytes_locate, str, sub)

str_bytes_locates <- function(str, sub) .Call(wrap__str_bytes_locates, str, sub)
codingpot/stringer documentation built on July 12, 2022, 8:07 a.m.