Skip to content

Commit 707b6d6

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent 3056cc4 commit 707b6d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/Understanding_Regular_Expressions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ That looks good, right? It's not. When we throw in a decimal point, things get
4545
The match still passed, but if we go look at $matches, we can see that it matched 0%, not 50.0%.
4646

4747

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

0 commit comments

Comments
 (0)