Hello,
i want to trigger the line above and get the skillname(absorb), sn(317) and the %(87) value.
with trial and error i managed to do this. skill name needs to be trimmed. can i optimize this?
Absorb 317 87% 1
i want to trigger the line above and get the skillname(absorb), sn(317) and the %(87) value.
with trial and error i managed to do this. skill name needs to be trimmed. can i optimize this?
match="^(?<skill>[a-zA-Z\s]+)[\s]+(?<sn>[0-9]+)[\s]+(?<learned>[0-9]+)%(.*)$"