Training
Bootcamp
Courses
Tech Sessions
Resources
Blog
Tips
GitHub
YouTube
Newsletter
Playgrounds
Pricing
Sign In
Become Member
TextFSM Parser
Validate and test the parsing of your TextFSM templates
Tools
J2 Renderer
TTP Parser
TextFSM Parser
XPath Tester
Members Only
JMESPath Validator
JSON Schema Validator
Data Format Converter
TextFSM Template
Value time (.\d\d:\d\d:\d\d.) Value player (You|Your) Value player2 (\w+[You|Your]) Value combo ([a-z+|A-Z+|0-9+|\s|()]+) Value damage (\d+) Value damage_type (\w+) Value target ([a-z+|A-Z+|0-9+|\s|()]+|you) Value action (slash|slashes|hits|heal) Value crit (critically|crits) Start ^${time}\s${player2}\s${action}\s${target}\sfor\s${damage} #^${time}\s${player}\s${crit}\s${action}\s${target}\sfor\s${damage} #^${time}\s${player}\s${action}\s${target}\sfor\s${damage}\s${damage_type} #^${time}\s${player}\s${combo}\s${action}\s${target}\sfor\s${damage}\s${damage_type}
0
/ 20000
Raw Text
### player [21:56:03] [21:56:03] You critically slash Straw Man for 416. (\[\d\d:\d\d:\d\d\])\s(You|Your)\s(critically)\s(slash)\s(\D+)\sfor\s(\d+) [21:56:03] You slash Straw Man for 144. (\[\d\d:\d\d:\d\d\])\s(You|Your)\s(slash)\s(\D+)\sfor\s(\d+) [21:56:06] Your Hell Strikes VI slashes Straw Man for 474. [21:56:06] Your Hell Strikes VI critically slashes Straw Man for 384. [21:56:11] Your Hellfire Breath (Rank 6) crits Straw Man for 3429 fire damage. [21:56:11] Your Hellfire Breath (Rank 6) hits Straw Man for 1872 fire damage. ### teammate [22:05:29] Mindflayer critically slashes Yaremka the Soul Eater for 687. [22:05:32] Mindflayer hits Yaremka the Soul Eater for 139 slashing damage. [22:05:31] Mindflayer's Dooming Presence critically slashes Yaremka the Soul Eater for 533. [22:05:44] Mindflayer's Unhallowed Blight III slashes Yaremka the Soul Eater for 500. [22:05:28] Mindflayer's Malacodor's Blight crits Yaremka the Soul Eater for 246 unholy damage. [22:05:28] Mindflayer's Covenant of Arms hits Yaremka the Soul Eater for 500 unholy damage. [22:05:39] Isuy's Healing Lotus (Rank 6) heals you for 51.
0
/ 20000
Result
[ { "time": "[22:05:32]", "player": "", "player2": "Mindflayer", "combo": "", "damage": "139", "damage_type": "", "target": "Yaremka the Soul Eater", "action": "hits", "crit": "" } ]
Parse
Share
Auto-Sync