Remove non-alphanumeric characters
Remove non-alphanumeric characters from each line.
App usage
Example
# INPUT TEXT
The quick, (brown?) dog jumped over the
lazy fox. The quick, (brown?) dog jumped
over the lazy fox. The quick, (brown?) dog.
jumped over the lazy fox. The quick,
(brown?) dog jumped over the lazy fox.
# RESULT USING EXAMPLE PARAMETERS
Thequickbrowndogjumpedoverthe
lazyfox.Thequickbrowndogjumped
overthelazyfox.Thequickbrowndog.
jumpedoverthelazyfox.Thequick
browndogjumpedoverthelazyfox.
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.