# `Electric.Postgres.Identifiers.StringSplitter`
[🔗](https://github.com/electric-sql/electric/tree/%40core/sync-service%401.6.2/packages/sync-service/lib/electric/postgres/identifiers.ex#L5)

Utility module for splitting strings on a schema delimiter

# `split_outside_quotes`

```elixir
@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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
