Altova FlowForce Server 2024 Advanced Edition

Retourne true si le string fournit dans l'argument string se termine avec le string fourni dans l'argument start.

 

Signature

starts-with(string:string, start:string) -> Boolean

 

Paramètres

Nom

Type

Description

string

string

Le string d’entrée.

start

string

La valeur string à vérifier.

 

Exemples

L’expression suivante retournetrue:

 

starts-with('cat', 'c')

 

L’expression suivante retourne false:

 

starts-with('cat', 'b')

© 2017-2023 Altova GmbH