Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client.endpoints.functions
/
substring
substring
common
fun
substring
(
value
:
String
?
,
start
:
Int
,
stop
:
Int
,
reverse
:
Boolean
)
:
String
?