System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup UiPath.Abbyy.Core.FlexiCapture UiPath.Abbyy.Core.FlexiCapture.Enums UiPath.Abbyy.Core.FlexiCapture.ValidationStationAdapters UiPath.Excel System.Xml.Serialization System.Text.RegularExpressions System.Activities Microsoft.VisualBasic mscorlib System.Data System.Data.DataSetExtensions System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities UiPath.Abbyy.Activities UiPath.Excel True [InputString] The sales for 2020 is $4000 and the Revenue $5000. While the Sales for 2019 is $3000. False True False [KeywordsCount] [Split(InputString).Where(Function(x)x.ToLower.Trim.equals("sales") or x.ToLower.Trim.Equals("revenue")).Count] True True [KeywordsCount] [System.Text.RegularExpressions.Regex.Matches(InputString,"Sales|Revenue",RegexOptions.IgnoreCase).Count]