36818817b ^
b559285b7 ^
6c2050912 ^
1
2
3 4
5
6 7
8 9
# Filter key=value pairs from "myfile.txt" import re for x in lines("myfile.txt"): if x =~ re"(\w+)=(.*)": echo "Key: ", matches[0], " Value: ", matches[1]