Using regular expressions in PlantUML
· 2 min read
I recently discovered that PlantUML supports regular expressions, so I decided to try it out.
For this example, I'm visualizing the following branch naming rules:
I recently discovered that PlantUML supports regular expressions, so I decided to try it out.
For this example, I'm visualizing the following branch naming rules:
Wherever generative AI can be used, I want to make the most of it.
That includes writing detailed design documents.
That's why I created the PlantUML theme.
I made a theme to display PlantUML in Docusaurus, since it doesn't seem to be possible to make it official.
If you want to display PlantUML diagrams(pumld
)
If you want to display PlantUML code(puml
)
@startuml
start
:Hello world;
:This is defined on
several **lines**;
stop
@enduml