StringSDK

org.finos.morphir.runtime.sdk.StringSDK
object StringSDK

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StringSDK.type

Members list

Value members

Concrete fields

This doesn't support negative indexes that would be supported in Morphir elm.

This doesn't support negative indexes that would be supported in Morphir elm.

Attributes

This implementation follows the morphir-jvm implementation and is different from the Morphir elm implementation. The following are examples of what to expect: split("o", "foo")

This implementation follows the morphir-jvm implementation and is different from the Morphir elm implementation. The following are examples of what to expect: split("o", "foo")

  • java: ["f"]
  • elm: ["f", "o", "o"]

split("o{", foo")

  • java: throws Exception
  • elm: ["foo"]

Attributes