Module rebar_string

Compatibility module for string functionality for pre- and post-unicode support.

Description

Compatibility module for string functionality for pre- and post-unicode support.

Function Index

chr/2
join/2
lexemes/2
lowercase/1
trim/3
uppercase/1

Function Details

chr/2

chr(Str, Char) -> any()

join/2

join(Strings, Separator) -> any()

lexemes/2

lexemes(Str, SepList) -> any()

lowercase/1

lowercase(Str) -> any()

trim/3

trim(Str, Direction, X3) -> any()

uppercase/1

uppercase(Str) -> any()


Generated by EDoc