Skip to content

Commit

Permalink
Explain regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jednano committed Mar 6, 2014
1 parent 247bca9 commit 0824c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Setting this property will automatically create a piped regular expression for y
linez.newlines = ['foo', 'bar'];
```

Newlines are just strings. They can be anything. There are, however, some known newline character sequences. Should you need them, refer to the following table:
This would be converted into `/(?:foo|bar)`. Newlines are just strings. They can be anything. There are, however, some known newline character sequences. Should you need them, refer to the following table:

| String | Unicode | Name |
| -------- |:-------------- |:--------------------------- |
Expand Down

0 comments on commit 0824c48

Please sign in to comment.