I'm using Google Drive and would like to use a regular expression to separate the characters between points, as below:
a · bai · xa · men · to
a · bai · xo
I need to put in each column the content between the points (in the first and last case just before and after the point).
a · bai · xa · men · to = > a bai xa men to
a · bai · xo = > a bai xo
I would need a code for each column of the "answer" For example a · bai · xa · men · to (a) first letter before the point (b) letter between the first 2 points (c) letter between the second and the third point, etc.