• Menachem Mendel Shanowitz
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

String processig at character level, is there any reason why the character level manipulation is missing in String in apex?

 

ex: String temp = 'apex string';

 

temp.charAt(0)