Class RegexFilter
Contains a list of default regular expressions, which can be used in the simplic framework. The getter of an RegexFilter will always return a new instance of a System.Text.RegularExpressions.Regex
Inheritance
System.Object
RegexFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Text.RegularExpressions
Assembly: Simplic.CoreLib.dll
Syntax
public class RegexFilter
Properties
| Improve this Doc View SourceFilterSignedInteger
Regex filter whole integer, containing negative values
Declaration
public static Regex FilterSignedInteger { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
FilterUnsignedFloat
Regex filter for float values, no negative values yet
Declaration
public static Regex FilterUnsignedFloat { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
FilterUnsignedInteger
Regex filter whole integer, no negative values
Declaration
public static Regex FilterUnsignedInteger { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |