Internal parser, which is relevant for preprocessing, parsing and parsing options
to_parsed_case_internal(string, parsing_option = 1L, numerals,
abbreviations, sep_in)
A character vector separated by underscores, containing the parsed string.
A string.
An integer that will determine the parsing option.
1: RRRStudio -> RRR_Studio
2: RRRStudio -> RRRS_tudio
3: parses like option 1 but suppresses "_" around non alpha-numeric characters. In this way this option suppresses splits and resulting case conversion after these characters.
any other integer <= 0: no parsing"
A character specifying the alignment of numerals ("middle"
, left
, right
or asis
). I.e. numerals = "left"
ensures that no output separator is in front of a digit.
A character string specifying abbreviations that should be marked to be recognized by later parsing.
A character (regular expression) used to specify input separators.
Malte Grosser, malte.grosser@gmail.com