クラス RegexUtil
java.lang.Object
com.github.vertical_blank.sqlformatter.core.util.RegexUtil
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static StringcreateLineCommentRegex(JSLikeList<String> lineCommentTypes) static StringcreateOperatorRegex(JSLikeList<String> multiLetterOperators) static StringcreateParenRegex(JSLikeList<String> parens) static PatterncreatePlaceholderRegexPattern(JSLikeList<String> types, String pattern) static StringcreateReservedWordRegex(JSLikeList<String> reservedWords) static StringcreateStringPattern(JSLikeList<String> stringTypes) static StringcreateStringRegex(JSLikeList<String> stringTypes) static StringcreateWordRegex(JSLikeList<String> specialChars) static StringescapeParen(String paren) static String
-
フィールド詳細
-
ESCAPE_REGEX_PATTERN
-
-
コンストラクタの詳細
-
RegexUtil
public RegexUtil()
-
-
メソッドの詳細
-
escapeRegExp
-
createOperatorRegex
-
createLineCommentRegex
-
createReservedWordRegex
-
createWordRegex
-
createStringRegex
-
createStringPattern
-
createParenRegex
-
escapeParen
-
createPlaceholderRegexPattern
-