stripDdbcPrefix

removes ddbc: prefix from string (if any) e.g., for "ddbc:postgresql://localhost/test" it will return "postgresql://localhost/test"

string
stripDdbcPrefix
(
string url
)

Meta