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 System.Reflection System.Runtime.InteropServices 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 True [str1] ["CHANDRA M PARESH S1234567G SINGAPORE CITIZEN 11 HOLLY CRESCENT ACRA 16/01/1999"] [str2] ["LILATI W/O J MANHAN PARESH S1234567B SINGAPORE CITIZEN 11 LUCKY PANDA STREET 2 ACRA 01/01/1910"] [matchvariable] [System.text.RegularExpressions.Regex.Match(str2,"^(?<Name>(?<=).*?(?=S\d+))(?<ID>\w+)\s(?<Citizen>(?<=).*?(?=\d+))(?<Street>.*?)ACRA(?<Date>.*?)$")] [str_Name] [matchvariable.Groups("Name").ToString] [str_ID] [matchvariable.Groups("ID").ToString] [str_Citizen] [matchvariable.Groups("Citizen").ToString] [str_Street] [matchvariable.Groups("Street").ToString] [str_Date] [matchvariable.Groups("Date").ToString]