Re: [Tutor] regular expressions query

2019-05-24 Thread Mats Wichmann
On 5/23/19 6:15 PM, mhysnm1...@gmail.com wrote: > All, > > > > Below I am just providing the example of what I want to achieve, not the > original strings that I will be using the regular expression against. > > > > The original strings could have: > > > > "Hello world" > > "hello Wor

Re: [Tutor] regular expressions query

2019-05-24 Thread Alan Gauld via Tutor
On 24/05/2019 01:15, mhysnm1...@gmail.com wrote: > Below I am just providing the example of what I want to achieve, not the > original strings that I will be using the regular expression against. While I'm sure you understand what you want I'm not sure I do. Can you be more precise? > The origin