Regex working in regex101 but not in uipath

Another solution : @bestRobot

System.Text.RegularExpressions.Regex.Match(YourString,"(?<=Apples,\n)\S+").Tostring

image