Rankings are calculated based on verified user reviews, recency of updates, and community voting weighted by user reputation score.
No tags available
awk is a powerful pattern-scanning and processing language designed specifically for text manipulation. It excels at columnar dataprocessing data field by field (columns) based on delimiters. While mo...
sed (Stream Editor) is the classic tool for non-interactive text transformation. It reads text line by line, applies specified edits (like search-and-replace), and prints the result to standard output...
grep remains the fundamental tool for pattern matching across text files. While newer tools like ripgrep offer speed advantages, grep's ubiquity and simplicity mean it is often the first tool reached...
TextWrangler is a text editor available for macOS and Windows. It offers features like regular expression support, multi-caret editing, and syntax highlighting. While it's not actively developed, it r...
You're subscribed! We'll notify you about new Regex.