Re: [Gambas-user] Whilst on the topic of string functions

2009-01-18 Thread Gareth Bult
; Sent: Sunday, 18 January, 2009 9:20:12 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Whilst on the topic of string functions On dimanche 18 janvier 2009, richard terry wrote: > Could I add to the wish list string functions to do these things. > > * Strip d

Re: [Gambas-user] Whilst on the topic of string functions

2009-01-18 Thread Benoit Minisini
On dimanche 18 janvier 2009, richard terry wrote: > Could I add to the wish list string functions to do these things. > > * Strip duplicated blanks from within a string > eg. john Doe becomes: > john Doe > > * Upper case only the first letter of a sentance or all words >

[Gambas-user] Whilst on the topic of string functions

2009-01-18 Thread richard terry
Could I add to the wish list string functions to do these things. * Strip duplicated blanks from within a string eg. john Doe becomes: john Doe * Upper case only the first letter of a sentance or all words eg. john doe becomes John Doe (useful in entering names) I