Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノードに二重引用符と括弧を表示したい。
A [label = "Rahul(A)"]を使用せずに。Rahul(A)->Bの間に見せたい
(ラベルなしで)それを行うために私が知っている唯一の方法は、ノード名を二重引用符で囲み、ノード名の一部である二重引用符をエスケープすることです。
これは機能します:
"Rahul(A)" -> "Rahul \"B\"";