How to Get ISON from the String " Net value (ISON)" using Regex?

Hi All,

I’m using the code (?<=Net value ) to extract after Net value ,but unable to extract ISON.

Thanks in Advance

@raghuram_katuri

Can you try this

(?<=Net value \().*(?=\))

cheers

Thanks for your help @Anil_G
Its working

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.