Open cbleek opened 5 years ago
sometimes job title contains informations about a salary.
eg:
if the simple import finds such an information, we should store it in salary
(\D|^)([\d]{2})([,.](\d\d|-))?\s?(EUR|Euro|€)\s*\/?\s*(STD|Std|h|Stunde)?
(([\d]{1,2}(,[\d\d]{1,2})?)\s-?\s([\d]{1,2})?)\s(STD|Std|h|Stunden?).?\s(\/|pro)\s*(Wo|Woche)
sometimes job title contains informations about a salary.
eg:
if the simple import finds such an information, we should store it in salary
regex salary
(\D|^)([\d]{2})([,.](\d\d|-))?\s?(EUR|Euro|€)\s*\/?\s*(STD|Std|h|Stunde)?
regex workload
(([\d]{1,2}(,[\d\d]{1,2})?)\s-?\s([\d]{1,2})?)\s(STD|Std|h|Stunden?).?\s(\/|pro)\s*(Wo|Woche)