OCLOperators concat
This page was created by Stephanie on 2023-05-03. Last edited by Wikiadmin on 2026-09-12.
concat ( s : String ) : String[edit source]
Returns a string containing self followed by *s*.
| Expression | Result |
|---|---|
| 'concat'.concat(' ').concat('operation') | 'concat operation' |
