Free cookie consent management tool by TermsFeed cleanwith() Function
cleanwith() Function

Function

cleanwith( text, with )

Returns the specified text, minus any characters not in the list of valid characters. (Performs the opposite function of "stripwith".)

See also: stripwith()

Parameters

Keyword Type Description

text

Text

The text to be "cleaned" for printing purposes.

with

Text

The text allowed in the "cleaned" result.

Returns

Text

Examples

cleanwith("text string","xt") returns txtt

cleanwith("text string","x t") returns txt t

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

cleanwith() Function

FEEDBACK