How to extract needed value from database string

Hi,

New to grafana!
I have a string “true:3.872:V:5.181:1.650” and I want to display the first value after true which is 3.872 only.

trying to use regex, but not sure how to do it. Keep failed to get the result.
please help