;
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
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
>
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