Hi, Anyone has some experience on Python regular expression? I have a buf output something like "x=132 y=321 z=123", how can I get the value 132, 321, 123, and put into other variables using python? Thank you. Bin Zan