common-plugin / com.cognifide.gradle.common.guava.net / PercentEscaper

PercentEscaper

class PercentEscaper : UnicodeEscaper

Constructors

<init>

PercentEscaper(safeChars: String!, plusForSpace: Boolean)

Functions

escape

fun escape(s: String!): String!
fun escape(cp: Int): CharArray!

nextEscapeIndex

fun nextEscapeIndex(csq: CharSequence!, index: Int, end: Int): Int