Explode Regex...need help

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?

Your oversight is you’ve left the title selection at the default at ‘First Sentence’. As *a. True has a period in it, this is treated as two sentences and as instructed Tinderbox uses the first.

You want this:

Great. Makes sense. :slight_smile:

1 Like