If I have a note with this text:
*a. True
b. False
When I run an explode on \n
Tindebox addume that I want to break at the .
. It makes the name of the note *a.
and ‘b.’ I don’t want this. I want the name of the note to be *a. True
and b. False
. What would be the correct RegEx for the delimiter?