Search Results for

    Show / Hide Table of Contents

    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 Source

    FilterSignedInteger

    Regex filter whole integer, containing negative values

    Declaration
    public static Regex FilterSignedInteger { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    | Improve this Doc View Source

    FilterUnsignedFloat

    Regex filter for float values, no negative values yet

    Declaration
    public static Regex FilterUnsignedFloat { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    | Improve this Doc View Source

    FilterUnsignedInteger

    Regex filter whole integer, no negative values

    Declaration
    public static Regex FilterUnsignedInteger { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx