Thanks very much, that worked great!

I am newbie and I am trying to understand everything that is going on in your expression.

Can you please help me understand what is happening between these two expressions?

^   beginning of the line

.*::.*

$  end of the line


also…


can you please tell me what the zero after the $ doing in this string?

getValue( $0; 1) ;



On Feb 7, 2016, at 7:29 AM, Carpii UK <carpii.uk@gmail.com> wrote:

Try using a regular expression like this..


The expression is ^.*::.*$