IoStringMethods

final implicit class IoStringMethods(s: String) extends AnyVal

Provides extension methods for String.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toFile: File

Converts string to File.

Converts string to File.

def toPath: Path

Converts string to Path.

Converts string to Path.

def toUrlDecoded: String

Converts string to URL-decoded value using UTF-8 character encoding.

Converts string to URL-decoded value using UTF-8 character encoding.

Value parameters:
charset

character encoding

def toUrlDecoded(charset: String): String

Converts string to URL-decoded value using specified character encoding.

Converts string to URL-decoded value using specified character encoding.

Value parameters:
charset

character encoding

def toUrlEncoded: String

Converts string to URL-encoded value using UTF-8 character encoding.

Converts string to URL-encoded value using UTF-8 character encoding.

Value parameters:
charset

character encoding

def toUrlEncoded(charset: String): String

Converts string to URL-encoded value using specified character encoding.

Converts string to URL-encoded value using specified character encoding.

Value parameters:
charset

character encoding