Display Regex Data


🚧 - Under construction

🆕 functionality still in testing stage…​ These new features are still under construction 🚧

🚧 - Under construction '''

You can use PlantUML to visualize your Regular expression (Regex).

To activate this feature, the diagram must: * begin with @startregex keyword * end with @endregex keyword.

@startregex
repetitionZeroOrMore: a*
@endregex