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

[Tutor] Fwd: RE: regular expressions query

2019-05-24 Thread Alan Gauld via Tutor
Forwarding to the list, plase use reply-all or reply-list when responding to list mails. Alan G. Forwarded Message Subject:RE: [Tutor] regular expressions query Date: Fri, 24 May 2019 20:10:48 +1000 From: mhysnm1...@gmail.com To: 'Alan Gauld' Allan, I have

Re: [Tutor] I'm having a small problem with my code

2019-05-24 Thread Alan Gauld via Tutor
Forwarding to the list. Always use Reply-All or Reply-List when responding to the list. Otherwise it only goes to the member who posted. Alan G. On 24/05/2019 10:20, David Lifschitz wrote: > Hi. > I'm learning the processes of python so I'm trying to figure out how > to sort it manually. > > On

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

[Tutor] regular expressions query

2019-05-24 Thread mhysnm1964
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 World everyone" "hello everyone" "hello world and friends" I have a string