Electric.Postgres.Identifiers.StringSplitter (electric v1.0.23)

View Source

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

split_outside_quotes(string)

@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