FormActMainTextExportFormatterRegex Property |
This regex must split apart a text export formatting string into matches containing an export formatter or plain text
If a match is a formatting variable, it must be put into the "formatter" capture group
If a match is plain text, it must be put into the "text" capture group
What is left and right of the "formatter" must be assigned to TextExportFormatterCap1 and TextExportFormatterCap2 respectively
Default is: "{(?<formatter>[^}]+)}|(?<text>[^{]+)"
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public Regex TextExportFormatterRegex { get; set; }
Property Value
Type:
RegexSee Also