<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0">
					<channel> <title>VisualBuilder.com : Sourcecode</title>
        		<link>http://www.visualbuilder.com/sourcecode/</link><item>
							<title>Spring</title>
							<description>This peice of code will direct you how spring works in basic....</description>
							<link>http://www.visualbuilder.com/showCode.php?id=93757&amp;scd_id=3507</link>
							<author>Ashish Dave</author>
							<resourcetype>Java</resourcetype>
							<category>J2EE</category>
						</item><item>
							<title>Wraps a string to a given number of characters using a string break character</title>
							<description>Returns a string with str wrapped at the column number specified by the optional width parameter. Th...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3504</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Uppercase the first character of each word in a string</title>
							<description>Returns a string with the first character of each word in str capitalized, if that character is alph...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3503</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Make a string's first character uppercase</title>
							<description>Returns a string with the first character of str capitalized, if that character is alphabetic. 

N...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3502</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Strip whitespace (or other characters) from the beginning and end of a string</title>
							<description>This function returns a string with whitespace stripped from the beginning and end of str. Without t...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3501</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Return part of a string</title>
							<description>Returns the portion of string specified by the start and length parameters. 

If start is non-nega...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3500</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Replace text within a portion of a string</title>
							<description>Replaces a copy of string delimited by the start and (optionally) length parameters with the string ...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3499</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Count the number of substring occurrences</title>
							<description>Returns the number of times the needle substring occurs in the haystack string. Please note that nee...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3498</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters</title>
							<description>Returns &lt; 0 if main_str from position offset is less than str, &gt; 0 if it is greater than str, and 0 ...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3497</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Translate certain characters</title>
							<description>This function returns a copy of str, translating all occurrences of each character in from to the co...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3496</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Make a string uppercase</title>
							<description>Returns string with all alphabetic characters converted to uppercase. 

Note that 'alphabetic' is ...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3495</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Make a string lowercase</title>
							<description>Returns string with all alphabetic characters converted to lowercase. 

Note that 'alphabetic' is ...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3494</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Tokenize string</title>
							<description>Splits a string (str) into smaller strings (tokens), with each token being delimited by any characte...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3493</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Find first occurrence of a string</title>
							<description>Returns part of haystack string from the first occurrence of needle to the end of haystack. 

If n...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3492</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Find length of initial segment matching mask</title>
							<description>Returns the length of the initial segment of str1 which consists entirely of characters in str2....</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3491</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Find position of last occurrence of a char in a string</title>
							<description>Returns the numeric position of the last occurrence of needle in the haystack string. Note that the ...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3490</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Sorting</category>
						</item><item>
							<title>Find position of last occurrence of a case-insensitive string in a string</title>
							<description>Returns the numeric position of the last occurrence of needle in the haystack string. Unlike strrpos...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3489</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Reverse a string</title>
							<description>Returns string, reversed....</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3488</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Find position of first occurrence of a string</title>
							<description>Returns the numeric position of the first occurrence of needle in the haystack string. Unlike the st...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3487</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item><item>
							<title>Search a string for any of a set of characters</title>
							<description>Searches the haystack string for a char_list, and returns a string starting from the character found...</description>
							<link>http://www.visualbuilder.com/showCode.php?id=91380&amp;scd_id=3486</link>
							<author>goldeekhan</author>
							<resourcetype>PHP</resourcetype>
							<category>Strings</category>
						</item></channel>
			</rss>
