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 d9dfa60 commit 5cc8f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,10 +669,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 5cc8f38

Please sign in to comment.