Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content Source Unified Modeling Language 2.5.1 Copyright information About Object Management Group copyright in text extracts quoted from OMG specifications for educational purposes Snippet kind SEMANTIC UML keywords Expression StringExpression String value Previous snippet Full quote A StringExpression is an Expression that specifies a String value that is derived by concatenating a list of substrings. Next snippet The substrings are given as either a list of LiteralString operands or as a list of StringExpression subExpressions (but it is not allowed to mix the two). Related snippets Related snippets (backlinks) The String value of a StringExpression is obtained by concatenating, in order, the String values of either the operands or the subExpressions, depending on which is given. Visit also Visit also (backlinks) Flags