MultiSelect for WinForms
RegexOptionFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : RegexOptionFlags 列挙体
Used by PreValidation.RegexOptions property.
シンタックス
'宣言
 
Public Enum RegexOptionFlags 
   Inherits System.Enum
public enum RegexOptionFlags : System.Enum 
メンバ
メンバ解説
ECMAScriptEnables ECMAScript-compliant behavior for the expression. This flag can be used only in conjunction with the IgnoreCase, Multiline, and Compiled flags.
ExplicitCaptureSpecifies that the only valid captures are explicitly named or numbered groups of the form.
IgnorePatternWhitespaceEliminates unescaped white space from the pattern and enables comments marked with #.
MultilineMultiline mode. Changes the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string.
NoneSpecifies that no options are set.
RightToLeftSpecifies that the search will be from right to left instead of from left to right.
SinglelineSpecifies single-line mode. Changes the meaning of the dot (.) so it matches every character (instead of every character except \n).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.RegexOptionFlags

参照

C1.Win.C1Input 名前空間