<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://help.easymorph.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>EasyMorph Help - syntax:functions</title>
        <description></description>
        <link>https://help.easymorph.com/</link>
        <lastBuildDate>Sun, 17 May 2026 18:27:57 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://help.easymorph.com/lib/exe/fetch.php?media=wiki:logo.png</url>
            <title>EasyMorph Help</title>
            <link>https://help.easymorph.com/</link>
        </image>
        <item>
            <title>Abs(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:abs&amp;rev=1628709186&amp;do=diff</link>
            <description>Abs(number)

Category:  Number function




Description

This function returns the absolute value of number which is the distance of a number on the number line, from 0, without considering which direction the number lies

The absolute value of a number is never negative.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:13:06 +0000</pubDate>
        </item>
        <item>
            <title>ACos(cosine)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:acos&amp;rev=1628980120&amp;do=diff</link>
            <description>ACos(cosine)

Category:  Number function




Description

This function returns the arccosine - the angle, in radians, whose cosine is cosine.




Arguments
ArgumentTypeDescriptioncosineNumber (between -1 and 1)The cosine of an angle.


Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 22:28:40 +0000</pubDate>
        </item>
        <item>
            <title>AddHours(date, add_hours)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:addhours&amp;rev=1630302783&amp;do=diff</link>
            <description>AddHours(date, add_hours)

Category:  Date and Time function




Description

This function adds add_hours number of hours to date.  If add_hours is negative, the hours are subtracted.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:53:03 +0000</pubDate>
        </item>
        <item>
            <title>AddMonths(date, add_months)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:addmonths&amp;rev=1630302761&amp;do=diff</link>
            <description>AddMonths(date, add_months)

Category:  Date and Time function




Description

This function adds add_months number of months to date.  If add_months is negative, the months are subtracted.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:52:41 +0000</pubDate>
        </item>
        <item>
            <title>AddYears(date, add_years)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:addyears&amp;rev=1630302851&amp;do=diff</link>
            <description>AddYears(date, add_years)

Category:  Date and Time function




Description

This function adds add_years number of years to date.  If add_years is negative, the years are subtracted.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:54:11 +0000</pubDate>
        </item>
        <item>
            <title>Age(date1, date2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:age&amp;rev=1630302947&amp;do=diff</link>
            <description>Age(date1, date2)

Category:  Date and Time function




Description

This function returns the number of full years between two dates (date1 and date2).




Arguments
ArgumentTypeDescriptiondate1Date or Number (date serial)An expression representing a date.  The date value to calculate the difference from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:55:47 +0000</pubDate>
        </item>
        <item>
            <title>AgeMonths(date1, date2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:agemonths&amp;rev=1630303084&amp;do=diff</link>
            <description>AgeMonths(date1, date2)

Category:  Date and Time function




Description

This function returns the number of full months between two dates (date1 and date2).




Arguments
ArgumentTypeDescriptiondate1Date or Number (date serial)An expression representing a date.  The date to calculate the difference from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:58:04 +0000</pubDate>
        </item>
        <item>
            <title>ArcTan(number_y, number_x)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:arctan&amp;rev=1628980856&amp;do=diff</link>
            <description>ArcTan(number_y, number_x)

Category:  Number function




Description

This function returns the angle, in radians, whose tangent is the quotient of number_y and number_x.




Arguments
ArgumentTypeDescriptionnumber_yNumberThe y coordinate of point.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 22:40:56 +0000</pubDate>
        </item>
        <item>
            <title>ASin(sine)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:asin&amp;rev=1628980186&amp;do=diff</link>
            <description>ASin(sine)

Category:  Number function




Description

This function returns the arcsine - the angle, in radians, whose sine is sine.




Arguments
ArgumentTypeDescriptioncosineNumber (between -1 and 1)The sine of an angle.


Return value type:  Number</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 22:29:46 +0000</pubDate>
        </item>
        <item>
            <title>AsNumber(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:asnumber&amp;rev=1631463208&amp;do=diff</link>
            <description>AsNumber(expression)

Category:  Special function




Description

This function converts expression to a number.




Use cases

This is useful when you wish to validate the contents of a field or retrieve the number value of a field.




Arguments
Argument</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 12 Sep 2021 16:13:28 +0000</pubDate>
        </item>
        <item>
            <title>AsText(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:astext&amp;rev=1631502513&amp;do=diff</link>
            <description>AsText(expression)

Category:  Special function




Description

This function converts value to text.




Use cases

This is useful when you wish to validate the contents of a field or retrieve the text value of a field.




Arguments
ArgumentTypeDescription</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Sep 2021 03:08:33 +0000</pubDate>
        </item>
        <item>
            <title>ATan(tangent)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:atan&amp;rev=1628979999&amp;do=diff</link>
            <description>ATan(tangent)

Category:  Number function




Description

This function returns the arctangent - the angle, in radians, whose tangent is tangent.




Arguments
ArgumentTypeDescriptiontangentNumber (between -1 and 1)The tangent of an angle.


Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 22:26:39 +0000</pubDate>
        </item>
        <item>
            <title>Ceiling(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:ceiling&amp;rev=1628709329&amp;do=diff</link>
            <description>Ceiling(number)

Category:  Number function




Description

This function rounds number up to the nearest integer - or full, non-fractional number - towards positive infinity.




Arguments
ArgumentTypeDescriptionnumberNumberThe value, usually fractional, to be rounded.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:15:29 +0000</pubDate>
        </item>
        <item>
            <title>Char(char_code)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:char&amp;rev=1628992502&amp;do=diff</link>
            <description>Char(char_code)

Category:  Text function




Description

This function returns the ASCII character associated with char_code.




Arguments
ArgumentTypeDescriptionchar_codeNumberThe numeric (decimal) ASCII value to be converted into the ASCII character.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 01:55:02 +0000</pubDate>
        </item>
        <item>
            <title>Coalesce(value1, value2…)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:coalesce&amp;rev=1631504744&amp;do=diff</link>
            <description>Coalesce(value1, value2…)

Category:  Special function




Description

This function returns the first value in the argument list that is not an empty value.




Alternate formats

This function can take from 2 to 6 values as arguments.
coalesce(value1, value2, value3, value4, value5, value6)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Sep 2021 03:45:44 +0000</pubDate>
        </item>
        <item>
            <title>Code(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:code&amp;rev=1628992576&amp;do=diff</link>
            <description>Code(text)

Category:  Text function




Description

This function returns the UTF-8 code (from 0 to 2047) of the first character of text.




Arguments
ArgumentTypeDescriptiontextTextA text string from which the UTF-8 value of the first character is returned.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 01:56:16 +0000</pubDate>
        </item>
        <item>
            <title>ColumnExists(col_name)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:columnexists&amp;rev=1631460592&amp;do=diff</link>
            <description>ColumnExists(col_name)

Category:  Special function




Description

This function tests whether a column named col_name exists in the input dataset.  TRUE is returned if the named column exists, otherwise, FALSE is returned.




Arguments
ArgumentType</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 12 Sep 2021 15:29:52 +0000</pubDate>
        </item>
        <item>
            <title>CombinePath(path1, path2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:combinepath&amp;rev=1631126042&amp;do=diff</link>
            <description>CombinePath(path1, path2)

Category:  File function  (found in the &quot;Special&quot; category in the EasyMorph application)




Description

This function combines two paths into one, intelligently dealing with backslashes and
relative paths. 




Use cases</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 08 Sep 2021 18:34:02 +0000</pubDate>
        </item>
        <item>
            <title>CombineURL(url, path)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:combineurl&amp;rev=1628707013&amp;do=diff</link>
            <description>CombineURL(url, path)

Category:  Web function



Description

This function combines a URL and a URL path into one URL.




Arguments
ArgumentTypeDescriptionurl   Text A string representing a URL.  path  Text A string representing the URL path to be appended to the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 18:36:53 +0000</pubDate>
        </item>
        <item>
            <title>CommonSubstring(text1, text2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:commonsubstring&amp;rev=1729527747&amp;do=diff</link>
            <description>CommonSubstring(text1, text2)

Category:  Text function




Description

This function returns the longest substring common to both text1 and text2.




Arguments
ArgumentTypeDescriptiontext1TextAny text, or value that can implicitly converted to text.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Oct 2024 16:22:27 +0000</pubDate>
        </item>
        <item>
            <title>Compact(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:compact&amp;rev=1628992685&amp;do=diff</link>
            <description>Compact(text)

Category:  Text function




Description

This function removes repeating whitespace from text, reducing it to a single space.  Note that line breaks and other special characters are not counted as whitespace.




Arguments
ArgumentType</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 01:58:05 +0000</pubDate>
        </item>
        <item>
            <title>Contains(text, look_for)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:contains&amp;rev=1628992774&amp;do=diff</link>
            <description>Contains(text, look_for)

Category:  Text function




Description

This function determines whether text contains the look_for string.  If found, this function returns TRUE, otherwise it returns FALSE.




Arguments
ArgumentTypeDescriptiontextTextThe text value to search within for the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 01:59:34 +0000</pubDate>
        </item>
        <item>
            <title>Cos(angle)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:cos&amp;rev=1628978387&amp;do=diff</link>
            <description>Cos(angle)

Category:  Number function




Description

This function returns the cosine of the angle angle specified in radians.




Arguments
ArgumentTypeDescriptionangleNumberThe measurement of an angle, in radians.


Return value type:  Number</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 21:59:47 +0000</pubDate>
        </item>
        <item>
            <title>CountWords(text, [delimiters])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:countwords&amp;rev=1729528411&amp;do=diff</link>
            <description>CountWords(text, [delimiters])

Category:  Text function




Description

This function returns the number of words in text.  Optionally, the second text argument (delimiters) can contain a list of delimiter characters.




Arguments
ArgumentTypeDescription</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Oct 2024 16:33:31 +0000</pubDate>
        </item>
        <item>
            <title>Date(datetime, format)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:date&amp;rev=1700877966&amp;do=diff</link>
            <description>Date(datetime, format)

Category:  Date and Time function




Description

This function converts datetime as text into a date-time value represented as a number (date-time serial value) according to format string.




Use cases

Date is used to convert a text-based date-time value into its corresponding date-time serial value so it may be used in date-time-related calculations, e.g. the differences between two dates, day-of-the-week determinations, etc.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Nov 2023 02:06:06 +0000</pubDate>
        </item>
        <item>
            <title>Day(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:day&amp;rev=1630303354&amp;do=diff</link>
            <description>Day(date)

Category:  Date and Time function




Description

This function returns the number of the corresponding day of the month, from 1 through 31, from date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The date to extract the day of the month from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:02:34 +0000</pubDate>
        </item>
        <item>
            <title>Decode(method, text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:decode&amp;rev=1632013590&amp;do=diff</link>
            <description>Decode(method, text)

Category:  Web function




Description

This function decodes a text string using one of the available methods below.




Arguments
ArgumentTypeDescriptionmethod   Text The decoding method to use on text.  See the table below.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:06:30 +0000</pubDate>
        </item>
        <item>
            <title>DetectFormat(text_date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:detectformat&amp;rev=1700877358&amp;do=diff</link>
            <description>DetectFormat(text_date)

Category:  Date and Time function




Description

This function detects the date-time format of the text date (or timestamp) provided as the argument (&quot;text_date&quot;).  




Arguments
ArgumentTypeDescriptiontext_dateTextText value representing a date or timestamp.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Nov 2023 01:55:58 +0000</pubDate>
        </item>
        <item>
            <title>Directory(full_path)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:directory&amp;rev=1630212939&amp;do=diff</link>
            <description>Directory(full_path)

Category:  File function  (found in the &quot;Special&quot; category in the EasyMorph application)




Description

This function extracts the directory path from a full file path, excluding the file name.




Arguments
ArgumentTypeDescription</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 04:55:39 +0000</pubDate>
        </item>
        <item>
            <title>Distance(text1, text2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:distance&amp;rev=1628992930&amp;do=diff</link>
            <description>Distance(text1, text2)

Category:  Text function




Description

This function returns the edit distance between two text strings calculated as the Damerau-Levenshtein distance. 

This shows the number of text edits, such as character insertions or deletions, that is needed to produce</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:02:10 +0000</pubDate>
        </item>
        <item>
            <title>Div(dividend, divisor)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:div&amp;rev=1628709374&amp;do=diff</link>
            <description>Div(dividend, divisor)

Category:  Number function




Description

This function returns the quotient of two numbers.




Arguments
ArgumentTypeDescriptiondividendNumberThe value being divided.divisorNumber (non-zero)The value the divident is being divided by.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:16:14 +0000</pubDate>
        </item>
        <item>
            <title>Empty()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:empty&amp;rev=1631505963&amp;do=diff</link>
            <description>Empty()

Category:  Special function




Description

This function creates an empty value.




Use cases

Use empty() to insert empty values into cells, or within other functions.




Arguments

This function does not require arguments.

Return value type: Empty value</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Sep 2021 04:06:03 +0000</pubDate>
        </item>
        <item>
            <title>Encode(method, text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:encode&amp;rev=1632013408&amp;do=diff</link>
            <description>Encode(method, text)

Category:  Web function




Description

This function encodes a text string using one of the available methods below.




Arguments
ArgumentTypeDescriptionmethod   Text The encoding method to use on text.  See the table below.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:03:28 +0000</pubDate>
        </item>
        <item>
            <title>EndsWith(text, end_string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:endswith&amp;rev=1628982140&amp;do=diff</link>
            <description>EndsWith(text, end_string)

Category:  Text function




Description

This function is a search function used to check if a string (text) ends with a specific text value (end_string).  If so, this function returns TRUE.  Otherwise, it returns FALSE.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 23:02:20 +0000</pubDate>
        </item>
        <item>
            <title>Error(error_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:error&amp;rev=1631579700&amp;do=diff</link>
            <description>Error(error_text)

Category:  Special function




Description

This function creates an error value with the given error_text.




Use cases

Use this function to raise an error when a known situation occurs that could cause issues downstream, and should not be permitted to continue.  i.e., empty datasets, values outside expected parameters, etc.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Sep 2021 00:35:00 +0000</pubDate>
        </item>
        <item>
            <title>Eval(text_expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:eval&amp;rev=1684263767&amp;do=diff</link>
            <description>Eval(text_expression)

Category:  Special function




Description

This function evaluates the text_expression argument as an EasyMorph expression. 




Use cases

This function makes it possible to define EasyMorph expressions externally using parameters.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 16 May 2023 19:02:47 +0000</pubDate>
        </item>
        <item>
            <title>Exp(power)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:exp&amp;rev=1628709401&amp;do=diff</link>
            <description>Exp(power)

Category:  Number function




Description

This function raises the mathematical constant e  to the power of the argument power.




Arguments
ArgumentTypeDescriptionpowerNumberThe exponent to raise e to.


Return value type:  Number</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:16:41 +0000</pubDate>
        </item>
        <item>
            <title>False()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:false&amp;rev=1629095635&amp;do=diff</link>
            <description>False()

Category:  Logical function




Description

This function creates a Boolean value equal to FALSE.




Use cases

Use this function to set, or test for, a Boolean FALSE value.




Arguments

This function does not take any arguments.

Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 06:33:55 +0000</pubDate>
        </item>
        <item>
            <title>FileExtension(full_path)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:fileextension&amp;rev=1683042061&amp;do=diff</link>
            <description>FileExtension(full_path)

Category:  File function  (found in the &quot;Special&quot; category in the EasyMorph application)




Description

This function extracts the file extension (with dot) from a full file path.




Arguments
ArgumentTypeDescriptionpath</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 02 May 2023 15:41:01 +0000</pubDate>
        </item>
        <item>
            <title>Filename(full_path)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:filename&amp;rev=1668178973&amp;do=diff</link>
            <description>Filename(full_path)

Category:  File function  (found in the &quot;Special&quot; category in the EasyMorph application)




Description

This function extracts the filename (without extension) from a full file path.




Arguments
ArgumentTypeDescriptionfull_path</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 11 Nov 2022 15:02:53 +0000</pubDate>
        </item>
        <item>
            <title>Find(text, look_for)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:find&amp;rev=1628993041&amp;do=diff</link>
            <description>Find(text, look_for)

Category:  Text function




Description

This function finds the exact position of look_for within text and returns the position of the first character.  If look_for is not found within text then it returns 0.

The first character in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:04:01 +0000</pubDate>
        </item>
        <item>
            <title>Floor(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:floor&amp;rev=1628709464&amp;do=diff</link>
            <description>Floor(number)

Category:  Number function




Description

This function rounds number down to the nearest integer - or full, non-fractional number - towards negative infinity.




Arguments
ArgumentTypeDescriptionnumberNumberThe value, usually fractional, to be rounded.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:17:44 +0000</pubDate>
        </item>
        <item>
            <title>Format(datetime, format)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:format&amp;rev=1630303454&amp;do=diff</link>
            <description>Format(datetime, format)

Category:  Date and Time function




Description

This function converts datetime as a date serial value into a date-time text value formatted according to format.




Arguments
ArgumentTypeDescriptiondatetime  Date or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:04:14 +0000</pubDate>
        </item>
        <item>
            <title>FromUnixTime(unix_time)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:fromunixtime&amp;rev=1708030056&amp;do=diff</link>
            <description>FromUnixTime(unix_time)

Category:  Date and Time function




Description

This function converts a Unix timestamp (the number of seconds since Jan 1st, 1970) to the numeric date-time serial value used in EasyMorph (and Excel).




Arguments
Argument</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Feb 2024 20:47:36 +0000</pubDate>
        </item>
        <item>
            <title>FV(rate, num_per, payment)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:fv&amp;rev=1635049989&amp;do=diff</link>
            <description>FV(rate, num_per, payment)

Category:  Number (Financial) function




Description

This function calculates the future value of an investment based on a constant interest rate.




Additional syntax

Optional current value (cur_val) argument.
fv(rate, num_per, payment, cur_val)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:33:09 +0000</pubDate>
        </item>
        <item>
            <title>GUID()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:guid&amp;rev=1697254771&amp;do=diff</link>
            <description>GUID()

Category:  Special function




Description

This function generates a 128-bit globally unique identifier (&quot;GUID&quot;) text string similar to the Generate GUID action.




Arguments

No arguments are required for this function.

Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Oct 2023 03:39:31 +0000</pubDate>
        </item>
        <item>
            <title>Hash(value)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:hash&amp;rev=1631580556&amp;do=diff</link>
            <description>Hash(value)

Category:  Special function




Description

This function calculates a 128-bit hash in Base64 encoding. The function returns the same result for the same value on any computer.




Arguments
ArgumentTypeDescriptionvalueAnyThe source value used to generate the hash value.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Sep 2021 00:49:16 +0000</pubDate>
        </item>
        <item>
            <title>HashHex(algorithm, text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:hashhex&amp;rev=1631934583&amp;do=diff</link>
            <description>HashHex(algorithm, text)

Category:  Web function




Description

This function calculates the hexadecimal hash of a given text value using one of the algorithms listed in the table, below.




Arguments
ArgumentTypeDescriptionalgorithm   Text The method to use to generate the hash from</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Sep 2021 03:09:43 +0000</pubDate>
        </item>
        <item>
            <title>HexDecode(encoding, hex_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:hexdecode&amp;rev=1632013611&amp;do=diff</link>
            <description>HexDecode(encoding, hex_text)

Category:  Web function




Description

This function converts the provided hex string into a text value. The text is assumed to have the specified encoding.




Arguments
ArgumentTypeDescriptionencoding   Text The method that was used to create the encoded</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:06:51 +0000</pubDate>
        </item>
        <item>
            <title>HexEncode(encoding, text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:hexencode&amp;rev=1632013629&amp;do=diff</link>
            <description>HexEncode(encoding, text)

Category:  Web function




Description

This function converts the provided text value into a hex string. The text is assumed to have the specified encoding.  Refer to the supported encodings, below.




Arguments
Argument</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:07:09 +0000</pubDate>
        </item>
        <item>
            <title>HMACHex(algorithm, text, key)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:hmachex&amp;rev=1632009037&amp;do=diff</link>
            <description>HMACHex(algorithm, text, key)

Category:  Web function




Description

This function calculates a keyed hexadecimal hash of a given text value using one of the algorithms listed in the table, below.




Arguments
ArgumentTypeDescriptionalgorithm   Text</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Sep 2021 23:50:37 +0000</pubDate>
        </item>
        <item>
            <title>If(condition, when_true, when_false)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:if&amp;rev=1629096137&amp;do=diff</link>
            <description>If(condition, when_true, when_false)

Category:  Logical function




Description

This function evaluates condition and returns the when_true value if the condition is true, or when_false if not.




Arguments
ArgumentTypeDescriptionconditionExpression</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 06:42:17 +0000</pubDate>
        </item>
        <item>
            <title>IfEmpty(expression1, expression2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:ifempty&amp;rev=1629098260&amp;do=diff</link>
            <description>IfEmpty(expression1, expression2)

Category:  Logical function




Description

This function returns the result of expression2 if the result of expression1 is empty.  Otherwise, it returns the result of expression1.




Use cases

This function can be used as an error handler in cases where an expression could potentially return an empty value.  In such a case, the return value from</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 07:17:40 +0000</pubDate>
        </item>
        <item>
            <title>IfError(expression1, expression2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:iferror&amp;rev=1629098158&amp;do=diff</link>
            <description>IfError(expression1, expression2)

Category:  Logical function




Description

This function returns the result of expression2 if the result of expression1 is an error.  Otherwise, it returns the result of expression1.




Use cases

This function can be used as an error handler in cases where an expression could potentially return an error.  In such a case, the return value from</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 07:15:58 +0000</pubDate>
        </item>
        <item>
            <title>In(text, look_in, delimiter)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:in&amp;rev=1629102863&amp;do=diff</link>
            <description>In(text, look_in, delimiter)

Category:  Logical function




Description

This function returns Boolean TRUE if text is found within any of the values listed in look_in.  Otherwise, it returns Boolean FALSE.




Arguments
ArgumentTypeDescriptiontext</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 08:34:23 +0000</pubDate>
        </item>
        <item>
            <title>IPmt(rate, per, num_per, curr_val)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:ipmt&amp;rev=1635049938&amp;do=diff</link>
            <description>IPmt(rate, per, num_per, curr_val)

Category:  Number (Financial) function




Description

This function calculates the interest payment for a given period for an investment .




Additional syntax

Optional future value (fut_val) argument.
IPmt(rate, per, num_per, curr_val, fut_val)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:32:18 +0000</pubDate>
        </item>
        <item>
            <title>IsBoolean(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isboolean&amp;rev=1629103647&amp;do=diff</link>
            <description>IsBoolean(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is a Boolean (either TRUE or FALSE).  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptionexpressionExpressionAny expression that could potentially result a Boolean value.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 08:47:27 +0000</pubDate>
        </item>
        <item>
            <title>IsEmail(email_addr)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isemail&amp;rev=1631731150&amp;do=diff</link>
            <description>IsEmail(email_addr)

Category:  Web function




Description

This function determines if email_addr is a properly formatted email address, returning TRUE if so, or FALSE if not.




Arguments
ArgumentTypeDescriptionemail_addr  Text  A string representing an email address to be tested for proper formatting.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Sep 2021 18:39:10 +0000</pubDate>
        </item>
        <item>
            <title>IsEmpty(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isempty&amp;rev=1630198128&amp;do=diff</link>
            <description>IsEmpty(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is an empty value.  Otherwise, it returns FALSE.

Text cells with empty contents (e.g. '') will return TRUE as well.




Arguments</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 00:48:48 +0000</pubDate>
        </item>
        <item>
            <title>IsError(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:iserror&amp;rev=1629104274&amp;do=diff</link>
            <description>IsError(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is an error.  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptionexpressionExpressionAny expression that could potentially result in an error.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 08:57:54 +0000</pubDate>
        </item>
        <item>
            <title>IsEven(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:iseven&amp;rev=1628709759&amp;do=diff</link>
            <description>IsEven(number)

Category:  Number function




Description

This function tests if number is even and returns Boolean TRUE if so, or FALSE if not.




Arguments
ArgumentTypeDescriptionnumberIntegerThe value to be tested as even.


Return value type:  Boolean (TRUE/FALSE)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:22:39 +0000</pubDate>
        </item>
        <item>
            <title>IsInteger(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isinteger&amp;rev=1630196187&amp;do=diff</link>
            <description>IsInteger(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is an integer number.  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptionexpressionExpressionAny expression that could potentially result in an integer.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 00:16:27 +0000</pubDate>
        </item>
        <item>
            <title>IsJSON(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isjson&amp;rev=1632009541&amp;do=diff</link>
            <description>IsJSON(text)

Category:  Web function




Description

This function returns TRUE if the argument can be parsed as a JSON object or JSON array. Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptiontext  Text  The string being tested as JSON or a JSON object .</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Sep 2021 23:59:01 +0000</pubDate>
        </item>
        <item>
            <title>IsNum(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isnum&amp;rev=1428101720&amp;do=diff</link>
            <description>IsNum(expression)

Returns TRUE if result of expression is a number, otherwise returns FALSE.
  Example    FieldA    Result   IsNum( [FieldA] )    200    TRUE   IsNum( [FieldA] )    It's a number!    FALSE    IsNum( [FieldA] )       FALSE</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 03 Apr 2015 22:55:20 +0000</pubDate>
        </item>
        <item>
            <title>IsNumber(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isnumber&amp;rev=1630196568&amp;do=diff</link>
            <description>IsNumber(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is a number.  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptionexpressionExpressionAny expression that could potentially result in a number.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 00:22:48 +0000</pubDate>
        </item>
        <item>
            <title>IsNumeric(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isnumeric&amp;rev=1630197553&amp;do=diff</link>
            <description>IsNumeric(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is a number or text that looks like a number.  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptionexpressionExpression</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 00:39:13 +0000</pubDate>
        </item>
        <item>
            <title>IsOdd(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isodd&amp;rev=1628709842&amp;do=diff</link>
            <description>IsOdd(number)

Category:  Number function




Description

This function tests if number is odd and returns Boolean TRUE if so, or FALSE if not.




Arguments
ArgumentTypeDescriptionnumberIntegerThe value to be tested as odd.


Return value type:  Boolean (TRUE/FALSE)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:24:02 +0000</pubDate>
        </item>
        <item>
            <title>ISOWeekNumber(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isoweeknumber&amp;rev=1630305108&amp;do=diff</link>
            <description>ISOWeekNumber(date)

Category:  Date and Time function




Description

This function returns the ISO week number which ranges from 1 to 53 from date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression that results in a date-time serial value.  The date to derive the ISO week number from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:31:48 +0000</pubDate>
        </item>
        <item>
            <title>IsPathRooted(full_path)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:ispathrooted&amp;rev=1630213620&amp;do=diff</link>
            <description>IsPathRooted(full_path)

Category:  File function  (found in the &quot;Special&quot; category in the EasyMorph application)




Description

This function detects if a path to a file or folder contains a root.

Network locations are supported.




Use cases

Use this function to differentiate between an</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 05:07:00 +0000</pubDate>
        </item>
        <item>
            <title>IsRegExMatch(text, regex_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isregexmatch&amp;rev=1653044201&amp;do=diff</link>
            <description>IsRegExMatch(text, regex_text)

Category:  Text function




Description

This function determines if text matches the regular expression (&quot;RegEx&quot;) pattern regex_text and returns TRUE if it does.  Otherwise, it returns FALSE.




Arguments
ArgumentType</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 20 May 2022 10:56:41 +0000</pubDate>
        </item>
        <item>
            <title>IsText(expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:istext&amp;rev=1630198015&amp;do=diff</link>
            <description>IsText(expression)

Category:  Logical function




Description

This function returns TRUE if the result of expression is text.  Otherwise, it returns FALSE.

Text cells with empty contents (e.g., ' ') will return TRUE as well.




Arguments
Argument</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 00:46:55 +0000</pubDate>
        </item>
        <item>
            <title>IsTextDate(text_date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:istextdate&amp;rev=1700877263&amp;do=diff</link>
            <description>IsTextDate(text_date)

Category:  Date and Time function




Description

This function determines if the argument (&quot;text_date&quot;) is a recognizable text date and returns TRUE if so.




Arguments
ArgumentTypeDescriptiontext_dateTextText value that represents a date.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Nov 2023 01:54:23 +0000</pubDate>
        </item>
        <item>
            <title>IsURL(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isurl&amp;rev=1729534460&amp;do=diff</link>
            <description>IsURL(text)

Category:  Text function




Description

This function tests if text is a valid web address (URL).  If so, TRUE is returned, otherwise, FALSE.




Arguments
ArgumentTypeDescriptiontextTextThe text string to be tested as being a valid URL</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Oct 2024 18:14:20 +0000</pubDate>
        </item>
        <item>
            <title>IsWeekend(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isweekend&amp;rev=1630305126&amp;do=diff</link>
            <description>IsWeekend(date)

Category:  Date and Time function




Description

This function returns TRUE if date falls on a weekend day (Saturday or Sunday).  Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The date to test whether it falls on a weekend day, or not.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:32:06 +0000</pubDate>
        </item>
        <item>
            <title>IsXML(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:isxml&amp;rev=1632009885&amp;do=diff</link>
            <description>IsXML(text)

Category:  Web function




Description

This function returns TRUE if the given text is an XML object. Otherwise, it returns FALSE.




Arguments
ArgumentTypeDescriptiontext  Text  The string being tested as an XML object.  
Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 00:04:45 +0000</pubDate>
        </item>
        <item>
            <title>JSONValue(JSON_text, JSONPath)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:jsonvalue&amp;rev=1714964330&amp;do=diff</link>
            <description>JSONValue(JSON_text, JSONPath)

Category:  Web function



Description

This function extracts a single value or a JSON object/array from a node specified by JSONPath.




Arguments
ArgumentTypeDescriptionJSON_text  Text A string representing a JSON node.  JSONPath</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 06 May 2024 02:58:50 +0000</pubDate>
        </item>
        <item>
            <title>KeepAfter(text, after_string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:keepafter&amp;rev=1640255747&amp;do=diff</link>
            <description>KeepAfter(text, after_string)

Category:  Text function




Description

This function returns characters after the first occurrence of after_string in text, if found.  If after_string is not found within text and &quot;empty&quot; value is returned.




Alternative syntax</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 23 Dec 2021 10:35:47 +0000</pubDate>
        </item>
        <item>
            <title>KeepBefore(text, before_string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:keepbefore&amp;rev=1628993378&amp;do=diff</link>
            <description>KeepBefore(text, before_string)

Category:  Text function




Description

This function returns characters before the first occurrence of before_string in text, if found.  If before_string is not found within text and &quot;empty&quot; value is returned.




Alternative syntax</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:09:38 +0000</pubDate>
        </item>
        <item>
            <title>KeepBetween(text, keep_start, keep_end)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:keepbetween&amp;rev=1628993511&amp;do=diff</link>
            <description>KeepBetween(text, keep_start, keep_end)

Category:  Text function




Description

This function returns the characters between the first occurrence of keep_start and the first occurrence of keep_end in text.




Arguments
ArgumentTypeDescriptiontext</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:11:51 +0000</pubDate>
        </item>
        <item>
            <title>KeepChars(text, keep_string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:keepchars&amp;rev=1628993587&amp;do=diff</link>
            <description>KeepChars(text, keep_string)

Category:  Text function




Description

This function keeps only the characters given in keep_string and removes the others from text.




Arguments
ArgumentTypeDescriptiontextTextThe text value to search within for the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:13:07 +0000</pubDate>
        </item>
        <item>
            <title>Left(text, no_of_chars)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:left&amp;rev=1628993720&amp;do=diff</link>
            <description>Left(text, no_of_chars)

Category:  Text function




Description

This function returns the specified number of symbols from the left of text as a text value.




Arguments
ArgumentTypeDescriptiontextTextThe text value to extract the symbols from.no_of_chars</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:15:20 +0000</pubDate>
        </item>
        <item>
            <title>Len(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:len&amp;rev=1628993816&amp;do=diff</link>
            <description>Len(text)

Category:  Text function




Description

This function returns the number of characters (length) in the text value.




Use cases

This function can be used to determine if there are unexpected non-printing characters in a text string.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:16:56 +0000</pubDate>
        </item>
        <item>
            <title>LineBreak()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:linebreak&amp;rev=1629011745&amp;do=diff</link>
            <description>LineBreak()

Category:  Text function




Description

This function returns the line break character (in Windows).

Note that files generated in other operating systems (e.g., Linux, Unix, or MacOS) may have different line break characters.




Use cases</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 07:15:45 +0000</pubDate>
        </item>
        <item>
            <title>LocalTime(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:localtime&amp;rev=1630305163&amp;do=diff</link>
            <description>LocalTime(date)

Category:  Date and Time function




Description

This function converts a UTC date-time into a local date-time.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The UTC date-time value to convert to a local date-time value.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:32:43 +0000</pubDate>
        </item>
        <item>
            <title>Log(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:log&amp;rev=1628709894&amp;do=diff</link>
            <description>Log(number)

Category:  Number function




Description

This function returns the natural logarithm of number.




Arguments
ArgumentTypeDescriptionnumberNumber (positive, non-0 value)The value for which the natural logarithm is returned.


Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:24:54 +0000</pubDate>
        </item>
        <item>
            <title>Lower(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:lower&amp;rev=1628993937&amp;do=diff</link>
            <description>Lower(text)

Category:  Text function




Description

This function returns text converted to lowercase letters.




Use cases

This function can be used to perform a case-insensitive comparison of text values when the current case of the values are not known.  The</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:18:57 +0000</pubDate>
        </item>
        <item>
            <title>MakeDate(year, month, day)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:makedate&amp;rev=1632603899&amp;do=diff</link>
            <description>MakeDate(year, month, day)

Category:  Date and Time function




Description

This function returns a date serial number based on the year, month and day numeric values.




Arguments
ArgumentTypeDescriptionyearNumberA number value representing the 4-digit year of the date.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Sep 2021 21:04:59 +0000</pubDate>
        </item>
        <item>
            <title>Match(value, text_list, delimiter)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:match&amp;rev=1631587585&amp;do=diff</link>
            <description>Match(value, text_list, delimiter)

Category:  Special function




Description

This function returns the position index of value in a list of values (text_list), separated by delimiter. 




Use cases

This function makes it possible to define EasyMorph expressions externally using parameters.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Sep 2021 02:46:25 +0000</pubDate>
        </item>
        <item>
            <title>Max(number1, number2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:max&amp;rev=1628709945&amp;do=diff</link>
            <description>Max(number1, number2)

Category:  Number function




Description

This function returns the largest of two numbers.




Arguments
ArgumentTypeDescriptionnumber1NumberThe value to be compared to number2.number2NumberThe value to be compared to number1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:25:45 +0000</pubDate>
        </item>
        <item>
            <title>Metadata(keyword)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:metadata&amp;rev=1631729961&amp;do=diff</link>
            <description>Metadata(keyword)

Category:  Special function




Description

This function returns project metadata - specific details about the project. The keyword must be one of the text constants shown below.




Arguments
ArgumentTypeDescription'current module'</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Sep 2021 18:19:21 +0000</pubDate>
        </item>
        <item>
            <title>Mid(text, start, length)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:mid&amp;rev=1629086531&amp;do=diff</link>
            <description>Mid(text, start, length)

Category:  Text function




Description

This function returns a substring of text from text, length characters long, and starting with the character in position start.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the substring of text is returned.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 04:02:11 +0000</pubDate>
        </item>
        <item>
            <title>Min(number1, number2)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:min&amp;rev=1628709998&amp;do=diff</link>
            <description>Min(number1, number2)

Category:  Number function




Description

This function returns the smallest of two numbers.




Arguments
ArgumentTypeDescriptionnumber1NumberThe value to be compared to number2.number2NumberThe value to be compared to number1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:26:38 +0000</pubDate>
        </item>
        <item>
            <title>Mirror(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:mirror&amp;rev=1629087669&amp;do=diff</link>
            <description>Mirror(text)

Category:  Text function




Description

This function returns a string with the reverse order of characters in text.




Use cases

This function allows for using text functions such as KeepBefore and KeepAfter to operate with the last occurrence of a substring in a text value.  Refer to the example below.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 04:21:09 +0000</pubDate>
        </item>
        <item>
            <title>Month(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:month&amp;rev=1630305595&amp;do=diff</link>
            <description>Month(date)

Category:  Date and Time function




Description

This function returns the corresponding month number, 1 through 12, from date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The date value to derive the month number from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:39:55 +0000</pubDate>
        </item>
        <item>
            <title>MonthEnd(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:monthend&amp;rev=1631327270&amp;do=diff</link>
            <description>MonthEnd(date)

Category:  Date and Time function




Description

This function returns the date serial number of the last day of the month date falls in.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date to derive the month's last day date value from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 02:27:50 +0000</pubDate>
        </item>
        <item>
            <title>MonthName(month_num)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:monthname&amp;rev=1631328415&amp;do=diff</link>
            <description>MonthName(month_num)

Category:  Date and Time function




Description

This function returns the abbreviated (3-letter) name of the month corresponding to the month_num, from 1 to 12.




Arguments
ArgumentTypeDescriptionmonth_numNumberA number representing a month, from 1 to 12.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 02:46:55 +0000</pubDate>
        </item>
        <item>
            <title>MonthNameLocal(month_num)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:monthnamelocal&amp;rev=1631328514&amp;do=diff</link>
            <description>MonthNameLocal(month_num)

Category:  Date and Time function




Description

This function returns the abbreviated (3-letter) name of the month corresponding to the month_num, from 1 to 12, according to the current regional locale.




Arguments
Argument</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 02:48:34 +0000</pubDate>
        </item>
        <item>
            <title>MonthStart(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:monthstart&amp;rev=1631327947&amp;do=diff</link>
            <description>MonthStart(date)

Category:  Date and Time function




Description

This function returns the date serial number of the first day of the month date falls in.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date to derive the month's first day date value from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 02:39:07 +0000</pubDate>
        </item>
        <item>
            <title>MRound(number, grain)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:mround&amp;rev=1667772617&amp;do=diff</link>
            <description>MRound(number, grain)

Category:  Number function




Description

This function rounds a number to the desired multiple (grain). 




Arguments
ArgumentTypeDescriptionnumberNumberThe value, usually fractional, to be rounded.grainNumberThe multiple to round</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Nov 2022 22:10:17 +0000</pubDate>
        </item>
        <item>
            <title>Now()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:now&amp;rev=1632604129&amp;do=diff</link>
            <description>Now()

Category:  Date and Time function




Description

This function returns the current date-time as a date serial number.




Arguments

This function does not require arguments.

Return value type: Number (date serial value).




Remarks

In a date-time serial number, the whole number part of the value represents the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Sep 2021 21:08:49 +0000</pubDate>
        </item>
        <item>
            <title>NPer(rate, payment, curr_val)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:nper&amp;rev=1635050096&amp;do=diff</link>
            <description>NPer(rate, payment, curr_val)

Category:  Number (Financial) function




Description

This function calculates the number of periods for an investment based on periodic payments and interest rate.




Additional syntax

Optional future value (fut_val) argument.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:34:56 +0000</pubDate>
        </item>
        <item>
            <title>PadEnd(text, pad_char, total_len)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:padend&amp;rev=1628994085&amp;do=diff</link>
            <description>PadEnd(text, pad_char, total_len)

Category:  Text function




Description

This function pads the end of text with pad_char up to a total length defined by total_len.




Arguments
ArgumentTypeDescriptiontextTextThe text value to be padded.pad_char</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:21:25 +0000</pubDate>
        </item>
        <item>
            <title>PadStart(text, pad_char, total_len)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:padstart&amp;rev=1628994037&amp;do=diff</link>
            <description>PadStart(text, pad_char, total_len)

Category:  Text function




Description

This function pads the beginning of text with pad_char up to a total length defined by total_len.




Use cases

This function is useful for creating text values from numbers that require leading zeros.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:20:37 +0000</pubDate>
        </item>
        <item>
            <title>ParseFloat(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:parsefloat&amp;rev=1629088946&amp;do=diff</link>
            <description>ParseFloat(text)

Category:  Text function




Description

This function parses a number in scientific notation (as a text value) into a decimal number.




Arguments
ArgumentTypeDescriptiontextTextThe value of a number in scientific notation.
Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 04:42:26 +0000</pubDate>
        </item>
        <item>
            <title>Pi()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:pi&amp;rev=1628710046&amp;do=diff</link>
            <description>Pi()

Category:  Number function




Description

This function returns the value of Pi (π): 3.1415926535897932384626433833…




Arguments

This function requires no arguments.

Return value type:  Number




Remarks

Pi is an irrational number with no final digit and can be represented by the fraction</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:27:26 +0000</pubDate>
        </item>
        <item>
            <title>Pick(index, text_list, delimiter)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:pick&amp;rev=1631588409&amp;do=diff</link>
            <description>Pick(index, text_list, delimiter)

Category:  Special function




Description

This function returns the value in index position within text_list, a list of text values separated by delimiter. 




Use cases

This function makes it possible to define EasyMorph expressions externally using parameters.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Sep 2021 03:00:09 +0000</pubDate>
        </item>
        <item>
            <title>Pmt(rate, num_per, curr_val)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:pmt&amp;rev=1635049607&amp;do=diff</link>
            <description>Pmt(rate, num_per, curr_val)

Category:  Number (Financial) function




Description

This function calculated the periodic payment for an annuity.




Additional syntax

Optional future value (fut_val) argument.
pmt(rate, num_per, curr_val, fut_val)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:26:47 +0000</pubDate>
        </item>
        <item>
            <title>Pow(number, power)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:pow&amp;rev=1628710182&amp;do=diff</link>
            <description>Pow(number, power)

Category:  Number function




Description

This function raises number to the power of power.




Arguments
ArgumentTypeDescriptionnumberNumberThe (base) value to be raised to the power of power.powerNumber (non-negative, &gt;=0)The exponent to raise</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:29:42 +0000</pubDate>
        </item>
        <item>
            <title>PPmt(rate, per, num_per, curr_val)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:ppmt&amp;rev=1635049799&amp;do=diff</link>
            <description>PPmt(rate, per, num_per, curr_val)

Category:  Number (Financial) function




Description

This function calculates the payment on the principal for an investment over a given period.




Additional syntax

Optional future value (fut_val) argument.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:29:59 +0000</pubDate>
        </item>
        <item>
            <title>Proper(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:proper&amp;rev=1628994159&amp;do=diff</link>
            <description>Proper(text)

Category:  Text function




Description

This function converts text to the proper case (or &quot;title case&quot;), i.e. the first letter of each word becomes uppercase, the remaining letters become lowercase. 




Arguments
ArgumentTypeDescription</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:22:39 +0000</pubDate>
        </item>
        <item>
            <title>PV(rate, num_per, payment)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:pv&amp;rev=1635050194&amp;do=diff</link>
            <description>PV(rate, num_per, payment)

Category:  Number (Financial) function




Description

This function calculates the present value of a loan or an investment, based on a constant interest rate.




Additional syntax

Optional future value (fut_val) argument.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:36:34 +0000</pubDate>
        </item>
        <item>
            <title>Quote()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:quote&amp;rev=1629088268&amp;do=diff</link>
            <description>Quote()

Category:  Text function




Description

This function returns a single quote character (').




Use cases

This function is useful when you need to construct an expression with a text string containing single quotes.




Arguments

This function does not take any arguments.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 04:31:08 +0000</pubDate>
        </item>
        <item>
            <title>RandBetween(min_num, max_num)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:randbetween&amp;rev=1634324510&amp;do=diff</link>
            <description>RandBetween(min_num, max_num)

Category:  Number function




Description

This function generates a random whole number between the values min_num and max_num.




Arguments
ArgumentTypeDescriptionmin_numNumberThe minimum value of the returned number.  Must be less than or equal to</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 15 Oct 2021 19:01:50 +0000</pubDate>
        </item>
        <item>
            <title>Random()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:random&amp;rev=1634324175&amp;do=diff</link>
            <description>Random()

Category:  Number function




Description

This function generates a random number between 0 and 1.




Arguments

This function does not require arguments.

Return value type:  Number




Remarks

Generating random numbers within a given range</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 15 Oct 2021 18:56:15 +0000</pubDate>
        </item>
        <item>
            <title>Rate(num_per, payment, curr_val)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:rate&amp;rev=1635050304&amp;do=diff</link>
            <description>Rate(num_per, payment, curr_val)

Category:  Number (Financial) function




Description

This function calculates the interest rate per period of an annuity.




Additional syntax

Optional future value (fut_val) argument.
rate(num_per, payment, curr_val, fut_val)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Oct 2021 04:38:24 +0000</pubDate>
        </item>
        <item>
            <title>RegExMatch(text, regex_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:regexmatch&amp;rev=1653044085&amp;do=diff</link>
            <description>RegExMatch(text, regex_text)

Category:  Text function




Description

This function returns the first substring that matches the regular expression pattern regex_text.




Use cases

RegExMatch is useful for fuzzy-matching and extracting substrings of text using a specific pattern of characters.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 20 May 2022 10:54:45 +0000</pubDate>
        </item>
        <item>
            <title>RegExReplace(text, replace_text, regex_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:regexreplace&amp;rev=1742331727&amp;do=diff</link>
            <description>RegExReplace(text, replace_text, regex_text)

Category:  Text function




Description

This function replaces the first substring within text that matches the regular expression pattern (regex_text) with the given replacement string, replace_text.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 21:02:07 +0000</pubDate>
        </item>
        <item>
            <title>Rem(dividend, divisor)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:rem&amp;rev=1628710364&amp;do=diff</link>
            <description>Rem(dividend, divisor)

Category:  Number function




Description

This function returns the remainder of the quotient of two numbers.




Arguments
ArgumentTypeDescriptiondividendNumberThe value being divided.divisorNumber (non-zero)The value the divident</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:32:44 +0000</pubDate>
        </item>
        <item>
            <title>Remove(text, start, length)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:remove&amp;rev=1629010406&amp;do=diff</link>
            <description>Remove(text, start, length)

Category:  Text function




Description

This function removes a substring of text from text, length characters long, and starting with the startth character.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the substring of text is removed.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 06:53:26 +0000</pubDate>
        </item>
        <item>
            <title>RemoveChars(text, chars)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:removechars&amp;rev=1629010302&amp;do=diff</link>
            <description>RemoveChars(text, chars)

Category:  Text function




Description

This function removes the individual characters specified in chars from text.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the characters in chars are removed.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 06:51:42 +0000</pubDate>
        </item>
        <item>
            <title>RemoveEnd(text, length)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:removeend&amp;rev=1629010340&amp;do=diff</link>
            <description>RemoveEnd(text, length)

Category:  Text function




Description

This function returns text excluding the last length characters, including spaces and non-printing characters.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the trailing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 06:52:20 +0000</pubDate>
        </item>
        <item>
            <title>RemoveStart(text, length)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:removestart&amp;rev=1629010453&amp;do=diff</link>
            <description>RemoveStart(text, length)

Category:  Text function




Description

This function returns text excluding the first length characters, including spaces.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the leading length characters are removed.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 06:54:13 +0000</pubDate>
        </item>
        <item>
            <title>RemoveText(text, string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:removetext&amp;rev=1629010477&amp;do=diff</link>
            <description>RemoveText(text, string)

Category:  Text function




Description

This function removes all instances of string from text.




Arguments
ArgumentTypeDescriptiontextTextAny text value from which the text string is removed.stringTextThe text string removed from</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 06:54:37 +0000</pubDate>
        </item>
        <item>
            <title>Replace(text, old_text, new_text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:replace&amp;rev=1742331636&amp;do=diff</link>
            <description>Replace(text, old_text, new_text)

Category:  Text function




Description

This function replaces all instances of old_text with new_text within text.




Arguments
ArgumentTypeDescriptiontextTextAny text value or value that can be implicitly converted to text.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 21:00:36 +0000</pubDate>
        </item>
        <item>
            <title>ReplaceBetween(text, string1, contents, string2 [,N])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:replacebetween&amp;rev=1742331478&amp;do=diff</link>
            <description>ReplaceBetween(text, string1, contents, string2 [,N])

Category:  Text function




Description

This function replaces the characters between string1 and string2 in text with contents.




Use cases

This function can be used for patching or editing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 20:57:58 +0000</pubDate>
        </item>
        <item>
            <title>ReplaceBetweenMany(text, string1, contents, string2 [,N])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:replacebetweenmany&amp;rev=1742330989&amp;do=diff</link>
            <description>ReplaceBetweenMany(text, string1, contents, string2 [,N])

Category:  Text function




Description

This function replaces in text the first N occurrences (or last N occurrences if a negative value is used) of any text between string1 and string2 with</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 20:49:49 +0000</pubDate>
        </item>
        <item>
            <title>Right(text, no_of_chars)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:right&amp;rev=1628994642&amp;do=diff</link>
            <description>Right(text, no_of_chars)

Category:  Text function




Description

This function returns the specified number of symbols from the right of text as a text value.




Arguments
ArgumentTypeDescriptiontextTextThe text value to extract the symbols from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:30:42 +0000</pubDate>
        </item>
        <item>
            <title>Round(number, dec_places)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:round&amp;rev=1677633218&amp;do=diff</link>
            <description>Round(number, dec_places)

Category:  Number function




Description

This function rounds a number to dec_places number of decimal digits. 




Alternative syntax

The 2nd argument in this function is optional. If omitted, it's assumed to be 0.
Round(number)  //The same as Round(number, 0)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 01 Mar 2023 01:13:38 +0000</pubDate>
        </item>
        <item>
            <title>RoundXL(number, dec_places)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:roundxl&amp;rev=1677633289&amp;do=diff</link>
            <description>RoundXL(number, dec_places)

Category:  Number function




Description

This function rounds number to dec_places decimal digits using the Excel rounding logic.

Excel rounding logic rounds a decimal value of 5 or greater up to the next nearest value (towards positive infinity) and 4 or less</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 01 Mar 2023 01:14:49 +0000</pubDate>
        </item>
        <item>
            <title>Sanitize(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:sanitize&amp;rev=1628994541&amp;do=diff</link>
            <description>Sanitize(text)

Category:  Text function




Description

This function replaces tabs and line breaks with spaces and removes hidden system characters with ASCII codes 0 to 31 in text.




Use cases

This function can be used to remove unexpected unseen characters from text.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:29:01 +0000</pubDate>
        </item>
        <item>
            <title>SetContainsAll(list1, list2[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setcontainsall&amp;rev=1712901606&amp;do=diff</link>
            <description>SetContainsAll(list1, list2[, separator])

Category:  Text function




Description

This function returns TRUE if list1 contains all the distinct values from list2. 




Arguments
ArgumentTypeDescriptionlist1List (Text)A delimited set of string values.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:00:06 +0000</pubDate>
        </item>
        <item>
            <title>SetContainsAny(list1, list2[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setcontainsany&amp;rev=1712901584&amp;do=diff</link>
            <description>SetContainsAny(list1, list2[, separator])

Category:  Text function




Description

This function returns TRUE if list1 contains at least one value from list2, otherwise it returns FALSE.




Arguments
ArgumentTypeDescriptionlist1List (Text)A delimited set of string values.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 05:59:44 +0000</pubDate>
        </item>
        <item>
            <title>SetDifference(list1, list2[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setdifference&amp;rev=1712901923&amp;do=diff</link>
            <description>SetDifference(list1, list2[, separator])

Category:  Text function




Description

This function removes values in list2 from list1 with deduplication.




Arguments
ArgumentTypeDescriptionlist1List (Text)A delimited set of string values.list2List (Text)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:05:23 +0000</pubDate>
        </item>
        <item>
            <title>SetIntersection(list1, list2[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setintersection&amp;rev=1712902086&amp;do=diff</link>
            <description>SetIntersection(list1, list2[, separator])

Category:  Text function




Description

This function returns a deduplicated list of values that exist in both list1 and list2.




Arguments
ArgumentTypeDescriptionlist1List (Text)A delimited set of string values.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:08:06 +0000</pubDate>
        </item>
        <item>
            <title>SetLength(list[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setlength&amp;rev=1712902389&amp;do=diff</link>
            <description>SetLength(list[, separator])

Category:  Text function




Description

This function returns the number of distinct values in the list.




Arguments
ArgumentTypeDescriptionlistList (Text)A delimited set of string values.separatorTextThe delimiter to use in the concatenation of the output string.  If not defined, the default is comma.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:13:09 +0000</pubDate>
        </item>
        <item>
            <title>SetSort(list[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setsort&amp;rev=1712902603&amp;do=diff</link>
            <description>SetSort(list[, separator])

Category:  Text function




Description

This function returns the distinct values of the list sorted in ascending order. This function can also be used for set normalization.




Arguments
ArgumentTypeDescriptionlistList (Text)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:16:43 +0000</pubDate>
        </item>
        <item>
            <title>SetUnion(list1, list2[, separator])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:setunion&amp;rev=1712902797&amp;do=diff</link>
            <description>SetUnion(list1, list2[, separator])

Category:  Text function




Description

This function returns a deduplicated list with all values from list1 and list2.




Arguments
ArgumentTypeDescriptionlist1List (Text)A delimited set of string values.list2</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2024 06:19:57 +0000</pubDate>
        </item>
        <item>
            <title>Sign(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:sign&amp;rev=1628710515&amp;do=diff</link>
            <description>Sign(number)

Category:  Number function




Description

This function determines whether number is positive, negative, or zero.  If positive the value 1 is returned.  If negative, the value -1 is returned.  If number is 0, then 0 is returned.




Arguments</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:35:15 +0000</pubDate>
        </item>
        <item>
            <title>Sin(angle)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:sin&amp;rev=1628978328&amp;do=diff</link>
            <description>Sin(angle)

Category:  Number function




Description

This function returns the sine of the angle angle specified in radians.




Arguments
ArgumentTypeDescriptionangleNumberThe measurement of an angle, in radians.


Return value type:  Number




Examples</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 21:58:48 +0000</pubDate>
        </item>
        <item>
            <title>Sqrt(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:sqrt&amp;rev=1628710551&amp;do=diff</link>
            <description>Sqrt(number)

Category:  Number function




Description

This function returns the square root of number.




Arguments
ArgumentTypeDescriptionnumberNumber (positive, &gt;=0)The value from which the square root is calculated.


Return value type:  Number</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:35:51 +0000</pubDate>
        </item>
        <item>
            <title>Square(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:square&amp;rev=1628710579&amp;do=diff</link>
            <description>Square(number)

Category:  Number function




Description

This function returns the square of number.




Arguments
ArgumentTypeDescriptionnumberNumberThe value to be squared (multiplied by itself).


Return value type:  Number




Examples
square(2) //Returns 4</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:36:19 +0000</pubDate>
        </item>
        <item>
            <title>StartsWith(text, start_string)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:startswith&amp;rev=1628982109&amp;do=diff</link>
            <description>StartsWith(text, start_string)

Category:  Text function




Description

This function is a search function used to check if a string (text) starts with a specific text value (start_string).  If so, this function returns TRUE.  Otherwise, it returns FALSE.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 23:01:49 +0000</pubDate>
        </item>
        <item>
            <title>Strip(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:strip&amp;rev=1628994451&amp;do=diff</link>
            <description>Strip(text)

Category:  Text function




Description

This function removes the first and the last characters from a text value.




Use cases

This function is typically used to remove wrapping characters such as quotes, parentheses, or brackets.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:27:31 +0000</pubDate>
        </item>
        <item>
            <title>SubstringCount(text, look_for)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:substringcount&amp;rev=1628994349&amp;do=diff</link>
            <description>SubstringCount(text, look_for)

Category:  Text function




Description

This function returns the number of instances of look_for found within text.




Arguments
ArgumentTypeDescriptiontextTextThe text value to search within for the look_for string.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:25:49 +0000</pubDate>
        </item>
        <item>
            <title>System(keyword)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:system&amp;rev=1637584734&amp;do=diff</link>
            <description>System(keyword)

Category:  Special function




Description

This function returns the system value specified by the keyword argument.  The keyword must be a text constant from the table below and may not be a data field reference or parameter.




Arguments</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 22 Nov 2021 12:38:54 +0000</pubDate>
        </item>
        <item>
            <title>Tan(angle)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:tan&amp;rev=1628978488&amp;do=diff</link>
            <description>Tan(angle)

Category:  Number function




Description

This function returns the tangent of the angle angle specified in radians.




Arguments
ArgumentTypeDescriptionangleNumberThe measurement of an angle, in radians.


Return value type:  Number</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 14 Aug 2021 22:01:28 +0000</pubDate>
        </item>
        <item>
            <title>Today()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:today&amp;rev=1630306542&amp;do=diff</link>
            <description>Today()

Category:  Date and Time function




Description

This function returns today's date as a date serial number.




Arguments

This function does not require arguments.

Return value type: Number (date serial value).




Remarks

This function returns the current date at the time the workflow is run.  Each time the workflow is run, the date value updates to the present value.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:55:42 +0000</pubDate>
        </item>
        <item>
            <title>ToUnixTime(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:tounixtime&amp;rev=1630301850&amp;do=diff</link>
            <description>ToUnixTime(date)

Category:  Date and Time function




Description

This function converts an EasyMorph (and Excel) date-time serial value to a Unix timestamp (the number of seconds since Jan 1st, 1970).




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 05:37:30 +0000</pubDate>
        </item>
        <item>
            <title>Trim(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:trim&amp;rev=1628709501&amp;do=diff</link>
            <description>Trim(text)

Category:  Text function




Description

This function trims off all leading and trailing spaces, and other non-printing characters (see Remarks) from text.




Arguments
ArgumentTypeDescriptiontextTextAny text value or other value that can be implicitly converted to text if required.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:18:21 +0000</pubDate>
        </item>
        <item>
            <title>TrimEnd(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:trimend&amp;rev=1628709553&amp;do=diff</link>
            <description>TrimEnd(text)

Category:  Text function




Description

This function trims off all trailing spaces and other non-printing characters (see Remarks) from text.  Leading spaces are preserved.




Arguments
ArgumentTypeDescriptiontextTextAny text value or other value that can be implicitly converted to text if required.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:19:13 +0000</pubDate>
        </item>
        <item>
            <title>TrimStart(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:trimstart&amp;rev=1628709617&amp;do=diff</link>
            <description>TrimStart(text)

Category:  Text function




Description

This function trims off all leading spaces and other non-printing characters (see Remarks) from text.  Trailing spaces are preserved.




Arguments
ArgumentTypeDescriptiontextTextAny text value or other value that can be implicitly converted to text if required.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:20:17 +0000</pubDate>
        </item>
        <item>
            <title>True()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:true&amp;rev=1629095855&amp;do=diff</link>
            <description>True()

Category:  Logical function




Description

This function creates a Boolean value equal to TRUE.




Use cases

Use this function to set, or test for, a Boolean TRUE value.




Arguments

This function does not take any arguments.

Return value type:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 16 Aug 2021 06:37:35 +0000</pubDate>
        </item>
        <item>
            <title>Truncate(number)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:truncate&amp;rev=1628710621&amp;do=diff</link>
            <description>Truncate(number)

Category:  Number function




Description

This function returns the integer part of a number.




Arguments
ArgumentTypeDescriptionnumberNumberThe value, usually fractional, to be truncated.


Return value type:  Number (Integer)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 19:37:01 +0000</pubDate>
        </item>
        <item>
            <title>Upper(text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:upper&amp;rev=1628994247&amp;do=diff</link>
            <description>Upper(text)

Category:  Text function




Description

This function returns text converted to uppercase letters.




Use cases

This function can be used to perform a case-insensitive comparison of text values when the current case of the values are not known.  The</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Aug 2021 02:24:07 +0000</pubDate>
        </item>
        <item>
            <title>URIDecode(encoding, text)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:uridecode&amp;rev=1632013390&amp;do=diff</link>
            <description>URIDecode(encoding, text)

Category:  Web function




Description

This function decodes a URL string such as an entire URL or just query-string values.




Arguments
ArgumentTypeDescriptionencoding   Text The decoding method to use on text.  text</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:03:10 +0000</pubDate>
        </item>
        <item>
            <title>URIEncode(encoding, value)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:uriencode&amp;rev=1632013681&amp;do=diff</link>
            <description>URIEncode(encoding, value)

Category:  Web function




Description

This function encodes a URL string such as an entire URL or just query-string values.




Arguments
ArgumentTypeDescriptionencoding   Text The encoding method to use on text.  text</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:08:01 +0000</pubDate>
        </item>
        <item>
            <title>user()</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:user&amp;rev=1466436516&amp;do=diff</link>
            <description>user()

Returns current user name (including domain).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Jun 2016 15:28:36 +0000</pubDate>
        </item>
        <item>
            <title>UTCTime(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:utctime&amp;rev=1631334241&amp;do=diff</link>
            <description>UTCTime(date)

Category:  Date and Time function




Description

This function converts a local date/time into a UTC date/time.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date/time to generate the UTC date/time from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 04:24:01 +0000</pubDate>
        </item>
        <item>
            <title>Weekday(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:weekday&amp;rev=1632603422&amp;do=diff</link>
            <description>Weekday(date)

Category:  Date and Time function




Description

This function returns the corresponding day-of-the-week number, from 1 (Sunday) to 7 (Saturday), from date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The date value to derive the weekday number from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 Sep 2021 20:57:02 +0000</pubDate>
        </item>
        <item>
            <title>WeekdayName(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:weekdayname&amp;rev=1631218361&amp;do=diff</link>
            <description>WeekdayName(date)

Category:  Date and Time function




Description

This function returns the abbreviated name of the day date falls on.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date to derive the weekday name from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 09 Sep 2021 20:12:41 +0000</pubDate>
        </item>
        <item>
            <title>WeekEnd(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:weekend&amp;rev=1631219956&amp;do=diff</link>
            <description>WeekEnd(date)

Category:  Date and Time function




Description

This function returns the date serial number of the last day (Saturday) of the week date falls in.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date to derive the Saturday date value from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 09 Sep 2021 20:39:16 +0000</pubDate>
        </item>
        <item>
            <title>WeekStart(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:weekstart&amp;rev=1631219906&amp;do=diff</link>
            <description>WeekStart(date)

Category:  Date and Time function




Description

This function returns the date serial number of the first day (Sunday) of the week date falls in.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date to derive the Sunday date value from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 09 Sep 2021 20:38:26 +0000</pubDate>
        </item>
        <item>
            <title>When(condition, expression)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:when&amp;rev=1630199867&amp;do=diff</link>
            <description>When(condition, expression)

Category:  Logical function




Description

This function returns the result of expression if condition is TRUE. Otherwise, it returns empty value.

This function is effectively a shorthand version of   if(condition, expression, empty())</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Aug 2021 01:17:47 +0000</pubDate>
        </item>
        <item>
            <title>Workdays(from_date, to_date, [exclude],[include])</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:workdays&amp;rev=1747334904&amp;do=diff</link>
            <description>Workdays(from_date, to_date, [exclude],[include])

Category:  Date and Time function




Description

This function returns the number of workdays (i.e. all days except Saturday and Sunday) between from_date and to_date. Both date boundaries are inclusive.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 May 2025 18:48:24 +0000</pubDate>
        </item>
        <item>
            <title>XMLValue(XML_text, XPath)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:xmlvalue&amp;rev=1632014067&amp;do=diff</link>
            <description>XMLValue(XML_text, XPath)

Category:  Web function




Description

This function extracts a single value or an XML node from a node specified by XPath. 




Arguments
ArgumentTypeDescriptionXML_text  Text A string representing an XML node.  JSONPath  Text</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Sep 2021 01:14:27 +0000</pubDate>
        </item>
        <item>
            <title>Year(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:year&amp;rev=1630305876&amp;do=diff</link>
            <description>Year(date)

Category:  Date and Time function




Description

This function returns the year, as a four-digit number, from date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date.  The date value to derive the year number from.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Aug 2021 06:44:36 +0000</pubDate>
        </item>
        <item>
            <title>YearDay(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:yearday&amp;rev=1742332623&amp;do=diff</link>
            <description>YearDay(date)

Category:  Date and Time function




Description

This function returns the number of days since January 1st of year date falls in.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)An expression representing a date from which the number of days since Jan 1st is calculated.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 21:17:03 +0000</pubDate>
        </item>
        <item>
            <title>YearQuarter(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:yearquarter&amp;rev=1742332560&amp;do=diff</link>
            <description>YearQuarter(date)

Category:  Date and Time function




Description

This function returns a time period formatted as year-quarter (&quot;yyyy-Q#&quot;), or an error if the argument is not a number date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 21:16:00 +0000</pubDate>
        </item>
        <item>
            <title>YearWeek(date)</title>
            <link>https://help.easymorph.com/doku.php?id=syntax:functions:yearweek&amp;rev=1742332405&amp;do=diff</link>
            <description>YearWeek(date)

Category:  Date and Time function




Description

This function returns a time period formatted as year-ISO week number (&quot;yyyy-W##&quot;), or an error if the argument is not a number date.




Arguments
ArgumentTypeDescriptiondateDate or Number (date serial)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Mar 2025 21:13:25 +0000</pubDate>
        </item>
    </channel>
</rss>
