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

com.symphony.bdk.bot.sdk.command.matcher.Regex Maven / Gradle / Ivy

package com.symphony.bdk.bot.sdk.command.matcher;

/**
 * Represents a regular expression.
 */
public interface Regex {

  /**
   * Expose the regular expression in string format.
   *
   * @return the regular expression in string format.
   */
  String regex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy