Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Jan 29, 2016
1 parent 0d47055 commit d9dfa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1801,10 +1801,10 @@ re.matches("Hello World")

```swift
let re = Regex.init("^Hello.World$")
re.matches("Hello World")
re.test("Hello World")
=> true

re.matches("Str")
re.test("Str")
=> false
```

Expand Down

0 comments on commit d9dfa60

Please sign in to comment.