elixir_script
v0.17.0
Pages
Modules
Exceptions
Protocols
elixir_script v0.17.0
ElixirScript.String
Summary
Functions
at(str, pos)
capitalize(str)
codepoints(str)
contains?(str, s)
do_codepoints(str, codepoint_list)
do_contains?(str, prefixes)
do_ends_with?(str, suffixes)
do_starts_with?(str, prefixes)
downcase(str)
duplicate(str, n)
ends_with?(str, suffix)
first(str)
graphemes(str)
last(str)
length(str)
match?(str, regex)
next_codepoint(str)
next_grapheme(str)
reverse(str)
split(str)
starts_with?(str, prefix)
to_atom(str)
to_char_list(str)
to_existing_atom(str)
to_float(str)
to_integer(str)
to_integer(str, base)
upcase(str)
valid_character?(codepoint)
Functions
at(str, pos)
capitalize(str)
codepoints(str)
contains?(str, s)
do_codepoints(str, codepoint_list)
do_contains?(str, prefixes)
do_ends_with?(str, suffixes)
do_starts_with?(str, prefixes)
downcase(str)
duplicate(str, n)
ends_with?(str, suffix)
first(str)
graphemes(str)
last(str)
length(str)
match?(str, regex)
next_codepoint(str)
next_grapheme(str)
reverse(str)
split(str)
starts_with?(str, prefix)
to_atom(str)
to_char_list(str)
to_existing_atom(str)
to_float(str)
to_integer(str)
to_integer(str, base)
upcase(str)
valid_character?(codepoint)