Crate dequote

Source
Expand description

Dequote is small no-std text processing library.

Library have two families of functions: trim and dequote.

  1. trim, ltrim, rtrim removes whitespace around text and returns a str slice.
  2. dequote removes nested quotes around text and returns a str slice.

This is free and unencumbered software released into the public domain. For more information, please refer to https://unlicense.org/.

Constants§

QUOTES
Characters considered to be quotes

Functions§

dequote
Remove nested quotes around text
ltrim
Remove leading whitespace
rtrim
Remove trailing whitespace
trim
Remove whitespace around text