vimsheet.formula.functions.text_funcs

Text built-in functions.

vimsheet.formula.functions.text_funcs.fn_concat(*args)[source]
Parameters:

args (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_len(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_upper(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_lower(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_proper(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_trim(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_left(s, n=1)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_right(s, n=1)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_mid(s, start, n)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_find(find, s, start=1)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_replace(s, start, n, new)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_substitute(s, old, new, occurrence=None)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_text(val, fmt)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_value(s)[source]
Parameters:

s (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_rept(s, n)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_exact(a, b)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.text_funcs.fn_char(n)[source]
Parameters:

n (Any)

Return type:

Any

vimsheet.formula.functions.text_funcs.fn_code(s)[source]
Parameters:

s (Any)

Return type:

Any