User Profile
jarleosmund
Copper Contributor
Joined Feb 23, 2017
User Widgets
Recent Discussions
Re: Powershell - string replacement using regex
nancyvargas $string = "This is a string with multiple Version=xxx values that need to be replaced." $newValue = "3.14" # Replace all occurrences of "Version=xxx" with the new value $string -replace "Version=xxx", "Version=$newValue" Got it from OpenAI's chatGBT 🙂7.1KViews0likes0CommentsRe: microsoft edge crash when i login in my microsoft account (linux version)
I did the "https://techcommunity.microsoft.com/t5/discussions/microsoft-edge-crash-when-i-login-in-my-microsoft-account-linux/m-p/3284922" and it worked. This was on a "Debian GNU/Linux 11 (bullseye)", the crash happened on both edge and edgebeta.18KViews0likes1Comment
Recent Blog Articles
No content to show