Hi all,
I am looking for a regular expression to extract everything following a string and before a space. Please see the example below.
Order placed at the store. Order Date: 01/12/2017 This was completed.
From the above string, I would like to extract the following.
Order Date: 01/12/2017
Thanks,
Ana
I am looking for a regular expression to extract everything following a string and before a space. Please see the example below.
Order placed at the store. Order Date: 01/12/2017 This was completed.
From the above string, I would like to extract the following.
Order Date: 01/12/2017
Thanks,
Ana