PowerShell - Regular Expressions
Which command correctly replaces all digits in the string
'user456' with the character '*' using -replace?'user456' with the character '*' using -replace?\d matches digits.-replace '\d', '*'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions