I have a very large string of text. I want to add spaces, break line, etc to send a message on WhatsApp. How can I do this? My text will be even longer than the string below. You know those well-formatted automatic messages you get on WhatsApp? I need to do something similar.
const bodyMessage = `Hello Mr. Responsible! I'm here to tell you your child's routine on ${date}. His/her entry was at ${entry} and his/her exit at ${exit}. I will tell you how the student's meals were on the day! The student's meals occurred as follows: collation: ${collation}, lunch: ${lunch}, snack: ${snack}, dinner: ${dinner}. ${descriptionRemedy}`
