String str ="|1 Style Indented Normal + Courier New T201_LLR_001|2 Style Indented Normal + Courier New Shall accept the three pointers.|3 Style Indented Normal + Courier New SSC_01_SRS_0001";
String = |1 Style Indented Normal + Courier New T201_LLR_001|2 Style Indented Normal + Courier New Shall accept the three pointers.|3 Style Indented Normal + Courier New SSC_01_SRS_0001
Regex = ([^_\s]+_LLR_\d+)[^\t]*\t([^|]*)[^\t]*\t(SSC_.+)
Group 1 = T201_LLR_001
Group 2 = Shall accept the three pointers.
Group 3 = SSC_01_SRS_0001