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

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
(No difference)

Revision as of 19:07, 22 November 2019

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:
  '''LKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise

Syntax:

 LIKE(< data>; <term>)

Example:

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