All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.clickhouse.util.Patterns Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ru.yandex.clickhouse.util;

import java.util.regex.Pattern;

/**
 * A collection of usable predefined regular expressions.
 */
public final class Patterns {

    private Patterns() {
    }

    public static final Pattern SEMICOLON   = Pattern.compile(";");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy