string
(stdlib)
Functions
len(S) -> term()
equal(S, X2) -> term()
concat(S1, S2) -> term()
chr(S, C) -> term()
rchr(S, C) -> term()
str(S, Sub) -> term()
rstr(S, Sub) -> term()
index(S, Sub) -> term()
span(S, Cs) -> term()
cspan(S, Cs) -> term()
substr(String, S) -> term()
substr(String, S, L) -> term()
tokens(S, Seps) -> term()
chars(C, N) -> term()
chars(C, N, Tail) -> term()
copies(CharList, Num) -> term()
words(String) -> term()
words(String, Char) -> term()
sub_word(String, Index) -> term()
sub_word(String, Index, Char) -> term()
strip(String) -> term()
strip(String, X2) -> term()
strip(String, X2, Char) -> term()
left(String, Len) -> term()
left(String, Len, Char) -> term()
right(String, Len) -> term()
right(String, Len, Char) -> term()
centre(String, Len) -> term()
centre(String, Len, Char) -> term()
sub_string(String, Start) -> term()
sub_string(String, Start, Stop) -> term()
re_sh_to_awk(ShellRegExp) -> term()
re_parse(RegExp) -> term()
re_match(String, RegExp) -> term()
re_sub(String, RegExp, New) -> term()
re_gsub(String, RegExp, New) -> term()
re_split(String, RegExp) -> term()
to_lower(S) -> term()
to_upper(S) -> term()
Functions
len(S) -> term()
equal(S, X2) -> term()
concat(S1, S2) -> term()
chr(S, C) -> term()
rchr(S, C) -> term()
str(S, Sub) -> term()
rstr(S, Sub) -> term()
index(S, Sub) -> term()
span(S, Cs) -> term()
cspan(S, Cs) -> term()
substr(String, S) -> term()
substr(String, S, L) -> term()
tokens(S, Seps) -> term()
chars(C, N) -> term()
chars(C, N, Tail) -> term()
copies(CharList, Num) -> term()
words(String) -> term()
words(String, Char) -> term()
sub_word(String, Index) -> term()
sub_word(String, Index, Char) -> term()
strip(String) -> term()
strip(String, X2) -> term()
strip(String, X2, Char) -> term()
left(String, Len) -> term()
left(String, Len, Char) -> term()
right(String, Len) -> term()
right(String, Len, Char) -> term()
centre(String, Len) -> term()
centre(String, Len, Char) -> term()
sub_string(String, Start) -> term()
sub_string(String, Start, Stop) -> term()
re_sh_to_awk(ShellRegExp) -> term()
re_parse(RegExp) -> term()
re_match(String, RegExp) -> term()
re_sub(String, RegExp, New) -> term()
re_gsub(String, RegExp, New) -> term()
re_split(String, RegExp) -> term()
to_lower(S) -> term()
to_upper(S) -> term()
View Functions
- len/1
- equal/2
- concat/2
- chr/2
- rchr/2
- str/2
- rstr/2
- index/2
- span/2
- cspan/2
- substr/2
- substr/3
- tokens/2
- chars/2
- chars/3
- copies/2
- words/1
- words/2
- sub_word/2
- sub_word/3
- strip/1
- strip/2
- strip/3
- left/2
- left/3
- right/2
- right/3
- centre/2
- centre/3
- sub_string/2
- sub_string/3
- re_sh_to_awk/1
- re_parse/1
- re_match/2
- re_sub/3
- re_gsub/3
- re_split/2
- to_lower/1
- to_upper/1