.endsWith()

Method tests if the string ends with specific characters given as a parameter for this function.

Description of the method

 

Description: endsWith method tests if the string ends with specific characters given as a parameter for this function.
Available for: string
Parameters: string
Return type: boolean

Example

 

Context: HeaderType1
OCL: self.Id.endsWith('a')
Description: The example rule checks if the value of <Id> ends with character a.

 

The XML snippet below would pass this check.

<Id>Ida</Id>

The other snippet below however would not pass this check.

<Id>Idb</Id>

 

Attached you can find example schema and files which you can use for testing:

Valid XML

Studio example schema