C# 클래스 DOTNETIDS.RegexFilter

A Filter that uses Regular Expressions for its matching
상속: Filter
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS

공개 메소드들

메소드 설명
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