clojerl.String
Summary
Types
Functions
- append(X, Y)
- char_at(X1, Index)
- contains(Subject, Pattern)
- count(Str)
- ends_with(Str, Ends)
- hash(Str)
- index_of(Str, Value)
- index_of(Str, Value, FromIndex)
- is_printable(Str)
- is_whitespace(Str)
- join(T, Sep)
- last_index_of(Str, Value)
- last_index_of(Str, Value, FromIndex)
- length(Str)
- replace(Str, Target, Replacement)
- seq(Str)
- split(Str, Pattern)
- split(Str, Pattern, Options)
- starts_with(Str, Prefix)
- str(Str)
- substring(Str, Start)
- substring(Str, Start, End)
- to_list(Str)
- to_lower(Str)
- to_upper(Str)