rspec/rules/S4784/csharp/comments-and-links.adoc

7 lines
556 B
Plaintext
Raw Normal View History

=== on 16 Oct 2018, 11:38:07 Nicolas Harraudeau wrote:
*Implementation details*:
This rules highlights regular expression patterns. Sometime the pattern is compiled using the ``++new System.Text.RegularExpressions.Regex.Regex++`` constructor, but it can also be in the form of a ``++String++`` fed to one of Regex static methods ``++isMatch++``, ``++Match++``, ``++Matches++``, ``++Replace++``. ``++Split++``. Note that we *do not match non static methods* as the pattern was given to the ``++Regex++`` constructor.
include::../comments-and-links.adoc[]