Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Strings related functions
Re: Strings related functions [message #37916 is a reply to message #37915] Fri, 23 November 2012 07:12 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

navi wrote on Fri, 23 November 2012 04:46

Hi All,

Just wondering are there other library of Sting related functions in U++ other then in String Class and String Utility Function? I am in need of some basic string processing functions like string compare case insensitive, convert case to upper, lower, Title etc.

Thanks
Navi

Hi Navi

Most of the functions you ask for are there Wink

ToUpper(str);                                  // convert to upper case
ToLower(str);                                  // convert to lower case
ToLower(str1) < ToLower(str2);                 // case insensitive compare

str = ToLower(str); str[0] = ToUpper(str[0]);  // is this what you mean by 'title'?


Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to run a Skylark app in webserver?
Next Topic: complex applications GUI best practices?
Goto Forum:
  


Current Time: Sun Aug 24 09:21:50 CEST 2025

Total time taken to generate the page: 0.04269 seconds