<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Capitalize 1st letter in a String &#8211; Apex	</title>
	<atom:link href="https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capitalize-1st-letter-in-a-string-apex</link>
	<description>4x Salesforce MVP &#124; 26x Certified &#124; Salesforce App &#38; System Architect</description>
	<lastBuildDate>Mon, 07 Mar 2022 12:55:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: hamza		</title>
		<link>https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7725</link>

		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 12:55:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3312#comment-7725</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721&quot;&gt;Wayne Chung&lt;/a&gt;.

There is a method to UppserCase:

https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase

Example: str.toUpperCase]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721">Wayne Chung</a>.</p>
<p>There is a method to UppserCase:</p>
<p><a href="https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase" rel="nofollow ugc">https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase</a></p>
<p>Example: str.toUpperCase</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wayne Chung		</title>
		<link>https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721</link>

		<dc:creator><![CDATA[Wayne Chung]]></dc:creator>
		<pubDate>Fri, 04 Mar 2022 07:48:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3312#comment-7721</guid>

					<description><![CDATA[Is there method to make whole string as Capital in Apex?  Thanks.]]></description>
			<content:encoded><![CDATA[<p>Is there method to make whole string as Capital in Apex?  Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
