User Tools

Site Tools


syntax:functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions [2026/09/24 10:46] – Added 2 missing functions robertosyntax:functions [2026/09/24 10:50] (current) – Changed category of 2 functions roberto
Line 47: Line 47:
 |[[syntax:functions:endswith|EndsWith]]|A search function used to check if a string ends with a specific text value .  | |[[syntax:functions:endswith|EndsWith]]|A search function used to check if a string ends with a specific text value .  |
 |[[syntax:functions:find|Find]]|Finds the exact position of a specified string within the specified text and returns the position of the first character.  | |[[syntax:functions:find|Find]]|Finds the exact position of a specified string within the specified text and returns the position of the first character.  |
 +|[[syntax:functions:isemail|IsEmail]]|Determines if the given email address string is a properly formatted email address, returning TRUE if so, or FALSE if not. |
 |[[syntax:functions:isregexmatch|IsRegExMatch]]|Determines if the specified text matches a regular expression ("RegEx") pattern.  | |[[syntax:functions:isregexmatch|IsRegExMatch]]|Determines if the specified text matches a regular expression ("RegEx") pattern.  |
 |[[syntax:functions:isurl|IsURL]]|Determines if a text string is a valid URL.  | |[[syntax:functions:isurl|IsURL]]|Determines if a text string is a valid URL.  |
Line 98: Line 99:
 |[[syntax:functions:ifempty|IfEmpty]]|Returns the result of a second expression if the result of the first expression is empty. Otherwise, it returns the result of the first expression.  | |[[syntax:functions:ifempty|IfEmpty]]|Returns the result of a second expression if the result of the first expression is empty. Otherwise, it returns the result of the first expression.  |
 |[[syntax:functions:iferror|IfError]]|Returns the result of a second expression if the result of the first expression is an error. Otherwise, it returns the result of the first expression.  | |[[syntax:functions:iferror|IfError]]|Returns the result of a second expression if the result of the first expression is an error. Otherwise, it returns the result of the first expression.  |
-|[[syntax:functions:in|In]]|Returns Boolean TRUE if the specified text is found within any of the values listed in a given string list. | 
 |[[syntax:functions:isboolean|IsBoolean]]|Returns TRUE if the result of a given expression is a Boolean (either TRUE or FALSE).  | |[[syntax:functions:isboolean|IsBoolean]]|Returns TRUE if the result of a given expression is a Boolean (either TRUE or FALSE).  |
 |[[syntax:functions:isempty|IsEmpty]]|Returns TRUE if the result of a given expression is an empty value.  | |[[syntax:functions:isempty|IsEmpty]]|Returns TRUE if the result of a given expression is an empty value.  |
Line 176: Line 176:
 |[[syntax:functions:hashhex|HashHex]]|Calculates the hexadecimal hash of the given text value using one of several algorithms.  | |[[syntax:functions:hashhex|HashHex]]|Calculates the hexadecimal hash of the given text value using one of several algorithms.  |
 |[[syntax:functions:hmachex|HMACHex]]|Calculates a keyed hexadecimal hash of the given text value using one several algorithms.  | |[[syntax:functions:hmachex|HMACHex]]|Calculates a keyed hexadecimal hash of the given text value using one several algorithms.  |
-|[[syntax:functions:isemail|IsEmail]]|Determines if the given email address string is a properly formatted email address, returning TRUE if so, or FALSE if not. | 
 |[[syntax:functions:isjson|IsJSON]]|Returns TRUE if the specified argument can be parsed as a JSON object or JSON array.  | |[[syntax:functions:isjson|IsJSON]]|Returns TRUE if the specified argument can be parsed as a JSON object or JSON array.  |
 |[[syntax:functions:isxml|IsXML]]|Returns TRUE if the given text is an XML object.  | |[[syntax:functions:isxml|IsXML]]|Returns TRUE if the given text is an XML object.  |
Line 196: Line 195:
 |[[syntax:functions:guid|GUID]]|Creates a GUID, similar to the "Generate GUIDs" action. | |[[syntax:functions:guid|GUID]]|Creates a GUID, similar to the "Generate GUIDs" action. |
 |[[syntax:functions:hash|Hash]]|Calculates a 128-bit hash in Base64 encoding from the specified value. | |[[syntax:functions:hash|Hash]]|Calculates a 128-bit hash in Base64 encoding from the specified value. |
 +|[[syntax:functions:in|In]]|Returns Boolean TRUE if the specified text is found within any of the values listed in a given string list. |
 |[[syntax:functions:match|Match]]|Returns the position index of a given value in a list of specified values, separated by delimiter. | |[[syntax:functions:match|Match]]|Returns the position index of a given value in a list of specified values, separated by delimiter. |
 |[[syntax:functions:metadata|Metadata]]|Returns project metadata - specific details about the project.  | |[[syntax:functions:metadata|Metadata]]|Returns project metadata - specific details about the project.  |
syntax/functions.txt · Last modified: by roberto

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki