Strip out certain data from a string

@Serran_Neru, Use this in Matches activity, (Not a best solution albeit :wink: )

Input - Your string
Pattern - \b[A-Z]{3}\s(\d+.\d+|\d+)|(\d+.\d+|\d+)\s[A-Z]{3}
Output - Variable with IEnum< Match>

Regards,
Dom :slight_smile:

1 Like