Lost your password?

Blogs about: String Functions

Featured Blog

19 Javascript String functions explained1 comment

itzkumar wrote 2 months ago: 1. escape(string): The escape method returns a string value (in Unicode format) that contains the co … more →

Tags: General, javascript

Some string functions5 comments

dougaj4 wrote 7 months ago: It was pointed out in a comment to this post at Daily Dose of Excel that VBA has a StrReverse functi … more →

Tags: Excel, UDF's, vba excel, U.D.F., vba

String Functions:INSTR,SUBSTR, REPLACE,TRANSLATE

mohibalvi wrote 9 months ago: What built-in functions/operators are available for manipulating strings? The most useful ones are L … more →

Tags: concatenate, instr, length, replace, SQL, string fuctions, substr, Translate

Basic String Functions

baiju43 wrote 1 year ago: The Basic String Functions are shown below, concat(String) replace(char, char) length() toLowerCase( … more →

Tags: Strings, Basic String Functions

Remove carriage returns from a string

cfdev wrote 1 year ago: Quite often I need to remove carriage returns and usually I use the following code: Replace(myvar, … more →

Tags: ColdFusion, javascript, carrage return remove coldfusion, chr(13), chr, String

String case handler :: reg-exp to check whether the string is upcase or not

Jon(CJ) wrote 1 year ago: # #This function basically checks with a regular expression whether the passed value matches with th … more →

Tags: Ruby on Rails, ruy on rails, titleize, titleize vs capitalize, Tutorial, capitalize, regular expression, RoR, Ruby

"String functions : titleize and capitalize (Differnce)"

Jon(CJ) wrote 1 year ago: >> string = “strinG Case HanDler”=> “strinG Case HanDler”>> s … more →

Tags: rails, RoR, titleize vs capitalize, titleize, capitalize


Related Tags
All →

Follow this tag via RSS