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

com.autonomousapps.kit.render.text.kt Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2024. Tony Robalik.
// SPDX-License-Identifier: Apache-2.0
@file:JvmName("Text")

package com.autonomousapps.kit.render

internal fun String.escape(): String = replace("\\", "\\\\")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy