I would like to get a string value from the given string using Regular Expression
Regular Expression:
(?i)\|HUMAN=(.?)|\|HUMAN=(.?)\|
String Value:
this is test results|HUMAN=Man|HM_LA=this is test results
I would like to get 'Man' as results. I have tried enough but not successful, can someone help please?