How can I have a space in a class name?

0 votes
asked Nov 14 in Question / help by anonymous
How can I embed a space in a class name?

1 Answer

0 votes
answered Nov 14 by The-Lu (74,900 points)

Hello A.,

For that use double quotes as:

class "a space in a class name" as c1

See also doc. here:

Enjoy,
Regards,
Th.

commented Nov 15 by anonymous
I'd seen that some places putting double quotes around class names results in double quotes included in the diagram. That was what caused me to ask the question. I figured out that I can put double quotes around the class name everywhere to keep the spaces, then remove the double quotes where they get added to the diagram. I was hoping there was a better way to deal with the inconsistency.
...