Regex.Split??

Unsafe

Member
Joined
Dec 17, 2006
Messages
5
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