Difference between revisions of "Translations:Expressions/180/en"

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 2: Line 2:
 
   LIKE(< data>; <term>)
 
   LIKE(< data>; <term>)
 
Example:
 
Example:
   '''LKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise
+
   '''LIKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise

Latest revision as of 14:25, 19 November 2020

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax: 
  LIKE(< data>; <term>)
Example:
  '''LIKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise
TranslationSyntax: 
  LIKE(< data>; <term>)
Example:
  '''LIKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise

Syntax:

 LIKE(< data>; <term>)

Example:

 LIKE("Product"; '%anh%') - Returns true if the Product contains the term anh or false otherwise