Need help on GCode parser .
Exam code : G01 X-0100 -Y0200 Z0100 F10

I need a parser script in vb.net to parse value of G X Y Z F by removingGXYZF
Note : -neg sign is after X , but in Y -neg sign is before Y

How do i parse this line and display in 4 different text box for execution