Extract only specific data

Hi,

I have a text document which contains data like this;

Activity: Deployment features
Current version: yy-mmm-10.1.1/mmm-1.1.1
Client version: yy-mmm-10.1.1/mmm-2.1.1
Area: A1

and so on, but I only want to retrieve yy-yyy-10.1.1/mmm-1.1.1 from current version, and yy-yyy-10.1.1/mmm-2.1.1 from Client version
Please help!

Hey @Girid ,

Please refer below regex

(?<=\w+ version:).*

image

Hope it helps you

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