Hello!
I'm trying to capture digits,and some other keywords in a no spaced string but it seems that it will always format the entire string no matter what.
<syncfusion:Lexem StartText="\d"
IsRegex="True"
ContainsEndText="False"
IsMultiline="False"
LexemType="Operator"
FormatName="NumberFormat" />
What I

Same with another capture:
<syncfusion:Lexem StartText="^[A-Z]+:"
EndText=":"
ContainsEndText="True"
IsRegex="True"
IsMultiline="False"
LexemType="Keyword"
FormatName="ActorFormat" />

Is this possible? Maybe with another Lexem Type??
Thanks!
Rodo