Regular expression issue

@Chippy_Kolot Try this

(?<=CLASS TIME\s).+

image

Otherwise try this

System.Text.RegularExpressions.Regex.Match(sample,"(?<=\(*?\)\s\W~)[\d.,]+").Value

image