Can anyone provide the regex for extracting the data between the 2nd and the 3rd "|"
For example, for the below data
2016 Annual | 1.1 - 12.31 | COH (NP) | #21485
The result should be COH (NP)
Can anyone provide the regex for extracting the data between the 2nd and the 3rd "|"
For example, for the below data
2016 Annual | 1.1 - 12.31 | COH (NP) | #21485
The result should be COH (NP)