You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think the wording here can be improved
Enter a regex string that matches the pattern to pass the test.
Reference: https://github.com/vexx32/PSKoans/blob/main/PSKoans/Koans/Foundations/AboutConditionals.Koans.ps1#L220
I believe much better wording is, because the point is to put in an example string not a regex pattern for
$Value
.Enter a string that matches the regex pattern to pass the test.
I thought id raise it as the current description had me trying to write a regex to match
a.*z.n
for the first few minutes.Beta Was this translation helpful? Give feedback.
All reactions