Extracting a string with spaces using Regex Activities

Hi @Aswini
Try this regex “(?<=Vendor\sName:\s*)[A-Za-z\s]+” and trim the end spaces
Hope this helps