diff options
Diffstat (limited to 'api/pl.treksoft.kvision.utils/kotlin.-string/to-camel-case.html')
-rw-r--r-- | api/pl.treksoft.kvision.utils/kotlin.-string/to-camel-case.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/kotlin.-string/to-camel-case.html b/api/pl.treksoft.kvision.utils/kotlin.-string/to-camel-case.html new file mode 100644 index 00000000..af7ee3aa --- /dev/null +++ b/api/pl.treksoft.kvision.utils/kotlin.-string/to-camel-case.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>toCamelCase - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">kotlin.String</a> / <a href="./to-camel-case.html">toCamelCase</a><br/> +<br/> +<h1>toCamelCase</h1> +(js) <a name="pl.treksoft.kvision.utils$toCamelCase(kotlin.String)"></a> +<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">toCamelCase</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>Utility extension function to convert string from kebab-case to camelCase.</p> +</BODY> +</HTML> |