Skip to content

Commit

Permalink
Adding ?<Degrees> (Fixes #185)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 13, 2023
1 parent 6cd6e40 commit 6960325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Understanding_Regular_Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ That looks good, right? It's not. When we throw in a decimal point, things get
The match still passed, but if we go look at $matches, we can see that it matched 0%, not 50.0%.


"50.0%" -match "[0-9]+\.[0-9]+%"

"50.0%" -match "[0-9]+\.[0-9]+%"

0 comments on commit 6960325

Please sign in to comment.