If $G$ is a function with three components. $G$ is actually a Green's function in my case, like $G( \textbf{x} , \xi)$ with $\textbf{x} = (x,y)$ and $\xi = (\xi _x, \xi _y)$ so I am guessing it is three components...
Is this a vector or a scalar? Could someone give an example. Is it just simply each component differentiated twice (first component wrt $x$, then second is $y$ and third is $z$) and then summed?
$\nabla$ is defined by the vector $(\frac{d}{dx},\frac{d}{dy},\frac{d}{dz})$, in Cartesian coordinates.
$G$ can be either a scalar function $G(x,y,z)$ or a vector function $\mathbf G (x,y,z)$.
From here on, it's just the normal vector arithmetic, where the differential operators of $\nabla$ act on either a vector component of $\mathbf G$ --- to end up with the scalar function $$\partial_xG_x(x,y,y)+\partial_yG_y(x,y,z)+\partial_zG_z(x,y,z)$$ or make a vector out of $G(x,y,z)$ $$ \Big(\partial_x G(x,y,z),\ \partial_y G(x,y,z),\ \partial_z G(x,y,z) \Big).$$
For the $\nabla^2$, you just repeat the first $\nabla$ operation to see what happens.