OCLOperators concat
(Created page with "concat ( s : String ) : String Returns a string containing self followed by *s*.")
 
(Automatically adding template at the end of the page.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
concat ( s : String ) : String
=== concat ( : String ) : String ===
Returns a string containing self followed by *s*.
Returns a string containing ''self'' followed by *s*.
{| class="wikitable"
!Expression
!Result
|-
|'concat'.concat(' ').concat('operation')
|'concat operation'
|}
[[Category:OCLOperators]]
{{Edited|July|12|2024}}

Latest revision as of 15:41, 10 February 2024

concat ( s : String ) : String

Returns a string containing self followed by *s*.

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