PowerShell - Regular Expressions
Which of the following is the correct PowerShell regex pattern to match a string that starts with 'test' and ends immediately after?
^test$ ensures the string starts and ends exactly with 'test' and nothing else.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions