I'd like to get the single strings of a pipe-separated string, with "pipe escaping" support, e.g.:
fielda|field b |field|with|pipe|inside
would get me:
array("fielda", "field b ", "field|with|pipe|inside")
How would I reach that goal with a regular expression?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…