I have text with length ~700. How do I get only ~30 of its first characters?
If you have your text in your_text variable, you can use:
your_text
your_text[0..29]
2.1m questions
2.1m answers
60 comments
57.0k users