# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.