.input-output {
// Enter your string in the input field below. // Apply filters to clean your string. // See the result in the output field.
}
}
.filter-options {
// Select the filters you want to apply to your string. Your selecitons will save automatically. // Use the custom filter to create a regex filter. Select the type of filtering you want to use.
.symbol-replacement
.whitespace-management
.alphanumeric-filtering
.punctuation-cleanup
.case-formatting
.special-characters
// Use regex to create a custom filter
Don't know regex? Learn here:
Want a quick example?
-
Try copying and pasting this regex above to validate an email address:
[^@ \t\r\n]+@[^@ \t\r\n]+\.[^@ \t\r\n]+