groostav
val capturedText: String = ... return when(capturedText){ matches myPattern -> thingies else -> otherThingies }