OCLOperators concat
No edit summary
No edit summary
Line 8: Line 8:
|'concat operation'
|'concat operation'
|}
|}
[[Category:OCLOperators]]

Revision as of 06:20, 3 May 2023

concat ( s : String ) : String

Returns a string containing self followed by *s*.

Expression Result
'concat'.concat(' ').concat('operation') 'concat operation'
This page was edited 92 days ago on 02/10/2024. What links here