Liking cljdoc? Tell your friends :D

axel-f.excel.text


ARABICclj/s

source

ARABIC*clj/s

(ARABIC* s)

Computes the value of a Roman numeral.

Computes the value of a Roman numeral.
sourceraw docstring

CHARclj/s

source

CHAR*clj/s

(CHAR* number)

Convert a number into a character according to the current Unicode table.

Convert a number into a character according to the current Unicode table.
sourceraw docstring

CLEANclj/s

source

CLEAN*clj/s

(CLEAN* text)

Returns the text with the non-printable ASCII characters removed.

Returns the text with the non-printable ASCII characters removed.
sourceraw docstring

CODEclj/s

source

CODE*clj/s

(CODE* text)

Returns the numeric Unicode map value of the first character in the string provided.

Returns the numeric Unicode map value of the first character in the string provided.
sourceraw docstring

CONCATENATEclj/s

source

CONCATENATE*clj/s

(CONCATENATE* st1 & stx)

Appends strings to one another.

Appends strings to one another.
sourceraw docstring

DOLLARclj/s

source

DOLLAR*clj/s

(DOLLAR* number & [number-of-places])

Formats a number into the locale-specific currency format.

Formats a number into the locale-specific currency format.
sourceraw docstring

envclj/s

source

EXACTclj/s

source

EXACT*clj/s

(EXACT* str1 str2)

Tests whether two strings are identical.

Tests whether two strings are identical.
sourceraw docstring

FINDclj/s

source

FIND*clj/s

(FIND* substr str & [from-index])

Returns the position at which a string is first found within text where the capitalization of letters matters. Returns #VALUE! if the string is not found.

Returns the position at which a string is first found within text where the capitalization of letters matters. Returns #VALUE! if the string is not found.
sourceraw docstring

format-moneyclj/s

(format-money number number-of-places)
source

JOINclj/s

source

JOIN*clj/s

(JOIN* delimeter arg & args)

Concatenates the elements of one or more one-dimensional arrays using a specified delimiter.

Concatenates the elements of one or more one-dimensional arrays using a specified delimiter.
sourceraw docstring

LEFTclj/s

source

LEFT*clj/s

(LEFT* text & [number])

Returns a substring from the beginning of a specified string.

Returns a substring from the beginning of a specified string.
sourceraw docstring

LENclj/s

source

LEN*clj/s

(LEN* text)

Returns the length of a string.

Returns the length of a string.
sourceraw docstring

LOWERclj/s

source

LOWER*clj/s

(LOWER* text)

Converts a specified string to lowercase.

Converts a specified string to lowercase.
sourceraw docstring

MIDclj/s

source

MID*clj/s

(MID* text start number)

Returns a segment of a string.

Returns a segment of a string.
sourceraw docstring

PROPERclj/s

source

PROPER*clj/s

(PROPER* text)

Capitalizes each word in a specified string.

Capitalizes each word in a specified string.
sourceraw docstring

REGEXEXTRACTclj/s

source

REGEXEXTRACT*clj/s

(REGEXEXTRACT* text regular-expression)

Extracts matching substrings according to a regular expression.

Extracts matching substrings according to a regular expression.
sourceraw docstring

REGEXMATCHclj/s

source

REGEXMATCH*clj/s

(REGEXMATCH* text regular-expression)

Whether a piece of text matches a regular expression.

Whether a piece of text matches a regular expression.
sourceraw docstring

REGEXREPLACEclj/s

source

REGEXREPLACE*clj/s

(REGEXREPLACE* text regular-expression replacement)

Replaces part of a text string with a different text string using regular expressions.

Replaces part of a text string with a different text string using regular expressions.
sourceraw docstring

REPLACEclj/s

source

REPLACE*clj/s

(REPLACE* text position length new-text)

Replaces part of a text string with a different text string.

Replaces part of a text string with a different text string.
sourceraw docstring

REPTclj/s

source

REPT*clj/s

(REPT* text number)

Returns specified text repeated a number of times.

Returns specified text repeated a number of times.
sourceraw docstring

source

RIGHT*clj/s

(RIGHT* text & [number])

Returns a substring from the end of a specified string.

Returns a substring from the end of a specified string.
sourceraw docstring

ROMANclj/s

source

ROMAN*clj/s

(ROMAN* n)

Formats a number in Roman numerals.

Formats a number in Roman numerals.
sourceraw docstring

roman-numeralsclj/s

source

source

SEARCH*clj/s

(SEARCH* find-text within-text & [position])

Returns the position at which a string is first found within text and ignores capitalization of letters. Returns #VALUE! if the string is not found.

Returns the position at which a string is first found within text and ignores capitalization of letters. Returns #VALUE! if the string is not found.
sourceraw docstring

SPLITclj/s

source

SPLIT*clj/s

(SPLIT* text delimeter & [split-by-each & [remove-empty-text]])

Divides text around a specified character or string, and puts each fragment into an array.

Divides text around a specified character or string, and puts each fragment into an array.
sourceraw docstring

SUBSTITUTEclj/s

source

SUBSTITUTE*clj/s

(SUBSTITUTE* text old-text new-text & [occurrence])

Replaces existing text with new text in a string.

Replaces existing text with new text in a string.
sourceraw docstring

Tclj/s

source

T*clj/s

(T* value)

Returns string arguments as text.

Returns string arguments as text.
sourceraw docstring

TEXTJOINclj/s

source

TEXTJOIN*clj/s

(TEXTJOIN* delimeter ignore-empty & items)

Combines the text from multiple strings and/or arrays, with a specifiable delimiter separating the different texts.

Combines the text from multiple strings and/or arrays, with a specifiable delimiter separating the different texts.
sourceraw docstring

TRIMclj/s

source

TRIM*clj/s

(TRIM* & args)

Removes leading, trailing, and repeated spaces in text.

Removes leading, trailing, and repeated spaces in text.
sourceraw docstring

UPPERclj/s

source

UPPER*clj/s

(UPPER* & args)

Converts a specified string to uppercase.

Converts a specified string to uppercase.
sourceraw docstring

VALUEclj/s

source

VALUE*clj/s

(VALUE* s)

Converts a string in any of the recognizeable date, time or number formats into a number.

Converts a string in any of the recognizeable date, time or number formats into a number.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close