/^(?<startwort>AB[\w\d]+[a-zA-Z-]*)\s+(?<startplus>(AB[\w\d-]+[,]*\s+)*)(?<vorwort>.*)\s+(?<zahl>\d+)\s+(?<wort>[a-zA-Z0-9_üöä]+)\s+(?<betrag>[\d.,]+)\s*$/
Die Änderung:
ALT: <startplus>(AB[\w\d]+[,]*\s+)
NEU: <startplus>(AB[\w\d-]+[,]*\s+)
/^(?<startwort>AB[\w\d]+[a-zA-Z-]*)\s+(?<startplus>(AB[\w\d-]+[,]*\s+)*)(?<vorwort>.*)\s+(?<zahl>\d+)\s+(?<wort>[a-zA-Z0-9_üöä]+)\s+(?<betrag>[\d.,]+)\s*$/
Die Änderung:
ALT: <startplus>(AB[\w\d]+[,]*\s+)
NEU: <startplus>(AB[\w\d-]+[,]*\s+)