{ "ns" : "http://zorba.io/modules/excel/text", "description" : " This is a library module offering the same set of functions\n defined by Microsoft Excel, under Text and Data Functions.\n", "sees" : [ "
Returns the given $text unchanged.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Returns the character specified by a certain codepoint.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "number", "type" : "xs:integer", "occurence" : null, "description" : "Removes all nonprintable characters from text.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "In the Unicode character set, there are additional nonprinting characters (values 127, 129, 141, 143, 144, and 157).
By itself, the CLEAN function does not remove these additional nonprinting characters." }, "errors" : [ ] }, { "arity" : 1, "name" : "code", "qname" : "excel-text:code", "signature" : "($arg as xs:string) as xs:integer", "description" : " Returns a codepoint for the first character in a text string.\n", "summary" : "
Returns a codepoint for the first character in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "Joins several text strings into one text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "args", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "Joins two text strings into one text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "Converts a number to text format and applies a currency symbol.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "number", "type" : "xs:decimal", "occurence" : null, "description" : "Converts a number to text format and applies a currency symbol.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "number", "type" : "xs:decimal", "occurence" : null, "description" : "Compares two text strings and returns TRUE if they are exactly the same,\nFALSE otherwise.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg1", "type" : "xs:string", "occurence" : null, "description" : "\n The search is case sensitive.\n", "summary" : "
Locate one text string within a second text string, and return the number of the\n starting position of the first text string from the first character of the second text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "find_text", "type" : "xs:string", "occurence" : null, "description" : " The search is case sensitive." }, "errors" : [ "
\n The search is case sensitive.\n", "summary" : "
Locate one text string within a second text string, and return the number of the\n starting position of the first text string from the first character of the second text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "find_text", "type" : "xs:string", "occurence" : null, "description" : " The search is case sensitive." }, "errors" : [ "
Rounds a number to the specified number of decimals, formats the number in\n decimal format using a period and commas, and returns the result as text.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "number", "type" : "xs:decimal", "occurence" : null, "description" : "Rounds a number to the specified number of decimals, formats the number in\ndecimal format using a period and commas, and returns the result as text.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "number", "type" : "xs:decimal", "occurence" : null, "description" : "Returns the first character in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "Returns the first character or characters in $text, based on the number of $num_chars you specify.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Returns the number of characters in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "Converts all uppercase letters in a text string to lowercase.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "Returns a specific number of characters from a text string, starting at\nthe position you specify, based on the number of characters you specify.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Returns $toPad appended with enough repetitions of $padChar to make its length $length, the characters are added before the string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "toPad", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "Replaces part of a text string, based on the number of characters you specify, with a different text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "old_text", "type" : "xs:string", "occurence" : null, "description" : "Returns the last character in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:string", "occurence" : null, "description" : "Returns the last character or characters in a text string, based on the number of characters you specify.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "The search starts at position 1, and it is not case sensitive.\n", "summary" : "
Locate one text string within a second text string, and return the number of\n the starting position of the first text string from the first character of the\n second text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "find_text", "type" : "xs:string", "occurence" : null, "description" : " The search starts at position 1, and it is not case sensitive." }, "errors" : [ "
The search starts at $start_num, and it is not case sensitive.\n", "summary" : "
Locate one text string within a second text string, and return the number of\n the starting position of the first text string from the first character of the\n second text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "find_text", "type" : "xs:string", "occurence" : null, "description" : " The search starts at $start_num, and it is not case sensitive." }, "errors" : [ "
Substitutes new_text for old_text in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Substitutes new_text for old_text in a text string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Use SUBSTITUTE when you want to replace specific text in a text string; use REPLACE when you want to replace any text that occurs in a specific location in a text string." }, "errors" : [ ] }, { "arity" : 1, "name" : "t", "qname" : "excel-text:t", "signature" : "($value as xs:anyAtomicType?) as xs:string", "description" : " Converts the $value to string.\n", "summary" : "
Converts the $value to string.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "value", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "Removes all spaces from text except for single spaces between words.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Converts text to uppercase.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "text", "type" : "xs:string", "occurence" : null, "description" : "Returns the values in one sequence that do not appear in the second sequence in an implementation-defined order.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "Converts a text string that represents a number to a number.
", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "arg", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "