Reply to thread

Hello,


Dim str As String = "{command}somthing{command}"


How could I get the text between {command} using regex? e.g. return the string "somthing".


Thanks,


Max


Back
Top