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

com.paulgoldbaum.influxdbclient.Util.scala Maven / Gradle / Ivy

The newest version!
package com.paulgoldbaum.influxdbclient

protected[influxdbclient]
object Util {
  def escapeString(str: String) = str.replaceAll("([ ,=])", "\\\\$1")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy