View Source Electric.Postgres.Identifiers.StringSplitter (electric v0.9.5)

Utility module for splitting strings on a schema delimiter

Summary

Functions

Split a string on a schema delimiter, only if the delimiter is not inside quotes, returning a list of strings

Functions

Link to this function

split_outside_quotes(string)

View Source
@spec split_outside_quotes(binary()) :: [binary(), ...]

Split a string on a schema delimiter, only if the delimiter is not inside quotes, returning a list of strings