I have a string with mulitple lines. In each line i have a value and a pass or fail (P or F). Each line ends with a carriage return. I want be able to print the line in blue if it passed and red if it Fails.
example of my string
12345 P This in blue
23456 P This in blue
56895 F This in red
89126 P This in blue
is this possible?