Click or drag to resize

FormActMainCharacterFileNameRegex Property

Regex used to determine the character's name from the log's file path. The character name will be set as the first capturing group.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Regex CharacterFileNameRegex { get; set; }

Property Value

Type: Regex
See Also