T-SQL function to get a char count

11/18/2008

I needed an efficient and reusable way to get character counts in strings at the database level and produced the following udf which takes a string and a character and returns the number of occurrences of the character in the string.

CREATE FUNCTION [dbo].[uf_charCount] (@string varchar(8000), @character char(1))
RETURNS SMALLINT  
/* 
	Purpose: returns the number of occurrences of @character in @string 
	Author: Kevin J. Miller (www.websolete.com)
	
	Example: 
		SELECT dbo.uf_charCount('four score and seven years ago','s') 
		would return: 3
		
 */
AS
BEGIN 
	DECLARE @stringtrunc varchar(8000); 
	SET @stringtrunc = REPLACE(@string,@character,''); -- remove the specified character 
	RETURN (LEN(@string) - LEN(@stringtrunc)); -- return the difference in length, this is the char count
END

3 comment(s)
Posted by Kevin J. Miller in:SQL Server

3 Comments

Coach bags

Coach bags wrote on 06/23/10 12:32 AM

A military exercise, http://www.guccihandbagsoutlet.com/ gucci handbags outlet a shell from far away, and sent to check that the soldiers fell on farms, shells, TianZhongZheng http://www.guccihandbagsoutlet.com/ gucci outlet stand you, your tears brimming with dark clothes break ground say: stealing star cabbage with http://www.guccihandbagsoutlet.com/ gucci handbags shells are shot?
china handy

china handy wrote on 08/04/10 1:13 AM

efox-shop the best place to buy dual SIM dual standby phone. The efox-shop service is good, and the full range, such as chinesische handy kaufen china handy kaufen Großhandel Handy Grosshandel Handy Großhandel Handys chinesische handy TV Handy Chinesische Handys welcome to purchase http://www.efox-shop.com O(?_?)O~..O(?_?)O~ <a href="http://www.efox-shop.com"target=blank>chinesische handy kaufen china handy tv handy Chinesische Handys</a>
Tablet PC

Tablet PC wrote on 08/18/10 7:36 PM

Thanks for sharing.
you can see the Efox-shop that offer the best handys,such as
<a href="http://www.efox-shop.com">; Tablet PC </a>
<a href="http://www.efox-shop.com">; Touchscreen Tablet Laptop </a>
<a href="http://www.efox-shop.com/product_info.php/products_id/1040">; Hipad </a>
<a href="http://www.efox-shop.com/mobileshop/index.php/cPath/37">; Epad </a>
in http://www.efox-shop.com/

Add your comment





Leave this field empty: