C# Class QuickGraph.Heap.FilterHelper

Static helper methods to create simple string filters
Mostra file Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
ToFilter ( string name ) : IFilter

Creates a regex from a string, supporting * and ? wildcards.

Method Details

ToFilter() public static method

Creates a regex from a string, supporting * and ? wildcards.
public static ToFilter ( string name ) : IFilter
name string
return IFilter