Regex – display / match strings containing one or more ++ at the end of string
I have a text file which includes different packages (name, id, current version, new version, source) extracted from winget (winget upgrade) (I removed the first two lines and the last line) Content of the text file: Brave Brave.Brave 111.1.49.120 111.1.49.128 winget Git Git.Git 2.39.2 2.40.0 winget Notepad++ (64-bit x64) Notepad++.Notepad++ 8.5 8.5.1 winget Spotify Spotify.Spotify… Read More Regex – display / match strings containing one or more ++ at the end of string