I just read a bit about the macro and was trying to create one, because I did a very small operation I did not know much about vb.net and regular expressions
I want to declare a merit and variable declaration for the code below. What is the regular expression for parsing this string? So that I can get all components to make the property from it.
, & lt; Status, Tint, & gt;
I am trying to create a macro which can parse the string up
private byte _ position; Private Byte Status {Received; Set;
You want to use something with lines
To get your values, (? ; Val & gt; [A-Za-z] +)
Where 'val' is the name of a matching group is accurate I do not have a compiler to work syntax. I play it to fix
Comments
Post a Comment