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

com.silentgo.core.config.Regex Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.config;

/**
 * Project : silentgo
 * com.silentgo.core.config
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/8/18. */ public class Regex { public static final String RoutePath = "\\{(\\w*)(?:.*?)\\}"; public static final String RegexAll = ".*?"; public static final String RoutePathCustomMatch = "(%s)"; public static final String RoutePathNameRegexMatch = "(?<%s>%s)"; public static final String RouteSplit = ":"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy