Skip to content

Tag: split

How can I split strings of an array by backslash?

sIn my Gatsby project, I am picking up the following data from my WordPress platform: I am processing the coordinates string by splitting it up by pipe (|) and shifting away the first element of the array. See below: That mapping of the object is producing the following: I would like to split the elements of …