# `Newxp.Text`

# `remove_converted_currency_parenthesis`

Remove strings like ($500) or ($1,200) from text.

# `sentence_split`

Split news article text into sentences with newline-aware chunking.

When `remove_empty` is false, newline separators are appended to the
preceding sentence. When true, blank sentences are filtered out.

---

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