Page MenuHomePhabricator

Consider supporting regular expressions as Split transformation delimiter
Open, Needs TriagePublic

Description

Split transformation may be currently used in combination with Join transformation as a workaround of not having a Replace transformation yet (T302691).

However, this workaround is limited by the fact that Split transformation does not currently support regular expressions as delimiters.

Consider adding such support, just as we currently do in Match transformation steps.