Split a string in a format of pdf get full text

Hi @siva_sankar ,

Could you pls try like below. the below expression provides you the desired result. thanks.

System.text.RegularExpressions.RegEx.split(InputString, “\n”)(0)

3 Likes