StringOps

io.joern.console.`package`.StringOps
implicit class StringOps(value: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Deprecated methods

def |>(outfile: String): Unit

Pipe string to file. Think of it as the Ocular version of the Unix > shell redirection.

Pipe string to file. Think of it as the Ocular version of the Unix > shell redirection.

Attributes

Deprecated
true
def |>>(outfile: String): Unit

Append string to file. Think of it as the Ocular version of the Unix >> shell redirection.

Append string to file. Think of it as the Ocular version of the Unix >> shell redirection.

Attributes

Deprecated
true

Givens

Givens

given given_Colors: Colors