Persian characters are within the range: [\u0600-\u06FF]
Try:
Regex.IsMatch(value, @"^[\u0600-\u06FF]+$")
Related Contents:
- Entity Framework 5 Updating a Record
- How do I remove all non alphanumeric characters from a string except dash?
- How do I replace multiple spaces with a single space in C#?
- Why is JsonRequestBehavior needed?
- Non-static method requires a target
- Regex that accepts only numbers (0-9) and NO characters [duplicate]
- Add spaces before Capital Letters
- RestSharp JSON Parameter Posting
- Replace non-numeric with empty string
- How can I strip HTML tags from a string in ASP.NET?
- request exceeds the configured maxQueryStringLength when using [Authorize]
- MVC3 DropDownListFor – a simple example?
- Convert all first letter to upper case, rest lower for each word
- System.Collections.Generic.IEnumerable’ does not contain any definition for ‘ToList’
- MVC Razor view nested foreach’s model
- How do I accept an array as an ASP.NET MVC controller action parameter?
- How to remove numbers from string using Regex.Replace?
- Remove HTML tags from string including   in C#
- Html.EditorFor Set Default Value
- Injecting dependencies into ASP.NET MVC 3 action filters. What’s wrong with this approach?
- regular expression for anything but an empty string
- Regex to remove all special characters from string?
- Pass a datetime from javascript to c# (Controller)
- Check for special characters (/*-+_@&$#%) in a string?
- When not to use RegexOptions.Compiled
- MVC Razor Radio Button
- split a comma-separated string with both quoted and unquoted strings [duplicate]
- Manually invoking ModelState validation
- Get number of listeners, clients connected to SignalR hub
- ASP.NET MVC 3 Razor performance
- Regular expression for valid filename
- What happens in BeginProcessRequest()?
- Does .NET Regex support global matching?
- Format a number with commas and decimals in C#
- Match word that ends with “Id” using regular expression?
- Ambiguous references with the exact same namespace
- ASP.NET MVC 3 – Unable to find the requested .Net Framework Data Provider
- Convert result of matches from regex into list of string
- using static Regex.IsMatch vs creating an instance of Regex
- Adding your own HtmlHelper in ASP.NET MVC 3
- Remove text in-between delimiters in a string (using a regex?)
- Regex that matches a newline (\n) in C#
- Complex models and partial views – model binding issue in ASP.NET MVC 3
- How do I use Web.Config transform on my connection strings?
- ASP.net MVC – Custom HandleError Filter – Specify View based on Exception Type
- .NET Regex Error: [x-y] range in reverse order
- Pad left with zeroes
- Asp.Net Mvc – How to have a “controller” in shared view
- Is Regex instance thread safe for matches in C#
- Regular expression for URL