Class PhpRegexFlags
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.php.PhpRegexFlags
-
public class PhpRegexFlags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intPCRE_CASELESSstatic intPCRE_DOTALLstatic intPCRE_EXTENDEDstatic intPCRE_MULTILINEstatic intPCRE_UTF8
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegerparseFlag(char ch)static FlagSetparseFlags(String flags)
-
-
-
Field Detail
-
PCRE_CASELESS
public static final int PCRE_CASELESS
- See Also:
- Constant Field Values
-
PCRE_MULTILINE
public static final int PCRE_MULTILINE
- See Also:
- Constant Field Values
-
PCRE_DOTALL
public static final int PCRE_DOTALL
- See Also:
- Constant Field Values
-
PCRE_EXTENDED
public static final int PCRE_EXTENDED
- See Also:
- Constant Field Values
-
PCRE_UTF8
public static final int PCRE_UTF8
- See Also:
- Constant Field Values
-
-