Below is the string. In this string i want to extract 201-396 value this value get change in other string the only thing which stable is the last part of string which is after 396 and Count is stable rest thing change. Now how to get the value
I am storing this value Count: PGI 04 201-396 mode: Unknown alarm: Unknown interface: integrated in Cable variable and then i am using below regex
System.Text.RegularExpressions.Regex.Match(Cable,“(?<=Count:\s)\w{3}\s?\d{2}”).Value its same as you mention but its returing null.
anyways thanks for the support let me check
@prasath17 sir please do one more help. How to extract 201 and 396 value i need both value in two different variable i mean 201 in one variable and 396 in another and these value will change workorder wise.