You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to get the first letter of a text
What is the issue? Include screenshots / videos if possible!
The issue is I dont know how to get it.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I looked at the developer hub and tried gsub, sub, split, and len
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Heres a example: " Hello World" to “Hello World”
I tried that but I wanted to get the first letter of the text, like say I put alot of spaces before a string then put a word after the string, I want to remove all of the spaces before the first letter of the string. How would I do that?