Dear all,
I have the data as shown in Text column which contains the text with multilines.
I would like to set the formula for obtainind the result as shown in Target column by removing the line for the line starting with the text a-z and remaining the line for the line starting with the number 0-9.
However, the expression: REGEX_Replace([_CurrentField_], '\n', ' ') will remove all lines within the cell.
Please kindly suggest me about the expression to remove the line within the cell with condition (remaining the line for the line starting with number).

Thank you so much in advance.
Best regards,