C# Класс DOTNETIDS.RegexFilter

A Filter that uses Regular Expressions for its matching
Наследование: Filter
Показать файл Открыть проект

Открытые методы

Метод Описание
Match ( string MatchText ) : bool

Match a regular expression rule against the input

RegexFilter ( string rule, List tags, int impact, string description ) : System

Create a new regex filter object

Replace ( string MatchText, MatchEvaluator me ) : string

Описание методов

Match() публичный Метод

Match a regular expression rule against the input
public Match ( string MatchText ) : bool
MatchText string The input
Результат bool

RegexFilter() публичный Метод

Create a new regex filter object
public RegexFilter ( string rule, List tags, int impact, string description ) : System
rule string The Filter's rule
tags List The Filter's tags
impact int The Filter's impact level
description string The Filter's description
Результат System

Replace() публичный Метод

public Replace ( string MatchText, MatchEvaluator me ) : string
MatchText string
me MatchEvaluator
Результат string