StringPath

object StringPath

Functions

child
Link copied to clipboard
fun child(path: String, childPath: String): String
currentLevel
Link copied to clipboard
fun currentLevel(path: String): String?
getSegments
Link copied to clipboard
fun getSegments(path: String): List<String>
parent
Link copied to clipboard
fun parent(path: String): String?

Properties

ROOT
Link copied to clipboard
val ROOT: String
SEGMENT_SEPARATOR
Link copied to clipboard
val SEGMENT_SEPARATOR: Char = '/'