Difference between revisions of "Translations:Expressions/180/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: LIKE(<dados>; <termo>) Exemplo: '''LKE("Produto"; '%anh%')''' – Retorna true se o ''Produto'' contém o termo ''anh'' ou false caso contrário")
(No difference)

Revision as of 19:54, 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
TranslationSintaxe:
  LIKE(<dados>; <termo>)
Exemplo:
  '''LKE("Produto"; '%anh%')''' – Retorna true se o ''Produto'' contém o termo ''anh'' ou false caso contrário

Sintaxe:

 LIKE(<dados>; <termo>)

Exemplo:

 LKE("Produto"; '%anh%') – Retorna true se o Produto contém o termo anh ou false caso contrário