Is there any possibility to use Regex in .NET microframework 4.1?

114 Views Asked by At

I am using netduino and Quectel GSM module and I would like to parse with regex recieved sms. Does anybody knows something about this?

1

There are 1 best solutions below

2
jinzai On

Add a Reference to your project -- System.Text.RegularExpressions, then add a using System.Text.RegularExpressions to your source code where you intend to use it.

Adding a reference using Visual Studio