Skip to content
Main Menu
  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact
  • YouTube Channel
  • Linkedin
  • Twitter
  • FaceBook
  • GooglePlus

TheBlogReaders.com

Salesforce.com Lightning and Lightning Web Component – Learn & Share

  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact

String Function

  • Home
  • String Function
APEX SALESFORCE Salesforce Customization

Removing the last character from a String Using Salesforce Apex Class

August 20, 2014September 8, 2019 Sakthivel Madesh0 Comments

Removing the last character from a String Using Salesforce Apex Class We can easyily remove the last character from a string by using the Substring() method using Apex Class For Instance, If X is a string (TheBlogReaders.com) and the last…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com

Remove the Space from String using Apex Class

July 7, 2014 Sakthivel Madesh0 Comments

Remove the Space from String using Apex Class String str = ‘ TheBlogReaders.com    Salesforce.com, PHP, MySQL, Javascript, Ajax, Htacces   FREE Blog ‘; str = str.trim(); str = str.replaceAll(‘(\\s+)’, ‘ ‘); System.debug(‘OUTPUT:::’ + str); OUTPUT: TheBlogReaders.com Salesforce.com, PHP, MySQL, Javascript, Ajax,…

Read More
PHP

US Phone Format Using PHP Function

June 17, 2014 Sakthivel Madesh0 Comments

US Phone Format Using PHP Function Below PHP Example code will turn the poorly formatted US phone numbers entered by Customer and format with following formats: (XXX)  XXX-XXX or XXX-XXX-XXXX Example 1: $phonenumber = “1234567890”; echo “(“.substr($phonenumber, 0, 3).”) “.substr($phonenumber,…

Read More
APEX SALESFORCE

How to convert from 18 Digit Salesforce ID to 15 Digit ID Using Apex Class

March 8, 2014March 8, 2014 Sakthivel Madesh0 Comments

How to convert from 18 Digit Salesforce ID to 15 Digit ID Using Apex Class Its possible to convert from 18 Digit Salesforce ID to 15 Digit ID Using String Function Called ‘Substring’ and see the below Example for your…

Read More

Salesforce MVP

SALESFORCE MVP 2020

SFDC Learn & Share – YouTube

SFDC Learn & Share - YouTube

Virtual Salesforce Events/Meetup

Virtual Salesforce Events/Meetup

SALESFORCE CONSULTING & IMPLEMENTATION

Techforce Services

Salesforce MVP 2020 – Success Journey

Salesforce MVP 2020 – Success Journey Blog Series

TRAILHEAD PROFILE

https://trailblazer.me/id?uid=sakthivel

Answer Leader @ Salesforce Community

Sakthivel Madesh Answer Leader Trailblazer Community

Top Salesforce Blog 2020 – SFBEN

Top Salesforce Blog 2020 - SFBEN

Top Salesforce Expert – masonfrank

Sakthivel Madesh

Best Salesforce Blogs for Developers – inspire planner

Best Salesforce Blogs for Developers - inspire planner

Salesforce Developer Blog

 Salesforce Developer Blogs

Advertisement




Salesforce Success Cloud – Tweet

Meet, @msakthivel83 A Sr. Salesforce Developer at Techforce Services, 15x Salesforce Certified, and 5x Trailhead Ranger!

We are grateful for all that this #SalesforceAnswersLeader brings to the #TrailblazerCommunity.

See how he tackles this question about Activites: https://t.co/f1RerAHPaC pic.twitter.com/qFIWdZNklB

— Salesforce Success Cloud (@asksalesforce) March 19, 2019

SFDC Hero of the Month – July 2019

Hey Guys, Its time to announce the results of #SFDC hero of the month July and he is none other than the most reputed and highly dedicated Mr. Shakthivel. Congrats @msakthivel83 #SalesforceOhana #saasnic #sfdc #Congratulations pic.twitter.com/cc5xizcH3n

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019

#Congratulations @msakthivel83 #Hero ofthe month #july2019

LinkedIn - https://t.co/HaFEWEiGHm
Twitter - https://t.co/0qfxfr0Neq
Facebook Group - https://t.co/wACNc9HX2N
Blogger https://t.co/IduJi7Uwcq
YouTube - https://t.co/szGuHZaXXg pic.twitter.com/aQv1rH4GdF

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019
  • About Me
  • Contact

Copyright © All rights reserved.

Blorigan by Axle Themes