Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Dec 5, 2017
1 parent f77c9e8 commit c5a9b6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,16 @@
* Windows Phone 8.0
* .NET Standard 1.0

## How to Use LINQ to Regex with C\# Interactive

It is necessary to reference LINQ to Regex assembly using `#r` directive.

```
#r "path\Pihrtsoft.Text.RegularExpressions.Linq.dll"
using Pihrtsoft.Text.RegularExpressions.Linq;
using static Pihrtsoft.Text.RegularExpressions.Linq.Patterns;
```

## Documentation

The library contains two namespaces:
Expand Down

0 comments on commit c5a9b6c

Please sign in to comment.