Imports System Imports uCalcSoftware Public Module Program Public Sub Main() Dim uc As New uCalc() Dim t = uc.NewTransformer() t.Text = "
My paragraph
" Dim AnyOtherTag = t.Pattern("<{tag}>{text}{tag}>").SetDescription("other kind of tag") Dim BoldTag = t.Pattern("{text}").SetDescription("bold tag") Dim H3Tag = t.Pattern("