Hi
*** Q (without M2) = 0.81 CONDITIONALLY ACCEPTED.
I want to extract all the words after the number 0.81 which varies for every .txt file.
I tried the below but it doesn’t work
(System.Text.RegularExpressions.Regex.Match(Text1,“(?<=(without M2)).+”).Value).ToString.Split(“\d+”.ToCharArray).last