ansi-regex
ansi regex library
A regular expression library for matching ANSI escape codes
Regular expression for matching ANSI escape codes
185 stars
17 watching
79 forks
Language: JavaScript
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
chalk/ansi-styles | Provides ANSI escape codes for styling strings in the terminal | 422 |
chalk/strip-ansi-cli | Tools for removing ANSI escape codes from text input. | 56 |
chalk/slice-ansi | Slices a string with ANSI escape codes to extract specific parts | 47 |
chalk/wrap-ansi | Wraps a string with ANSI escape codes to a specified column width. | 120 |
chalk/has-ansi | A tool to detect and verify the presence of ANSI escape codes in strings | 45 |
chalk/strip-ansi | Removes unwanted formatting codes from text | 398 |
chalk/strip-ansi-stream | A utility for removing special formatting codes from text streams | 34 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
tc39/proposal-regex-escaping | An ECMAScript standard proposal to improve regular expression escaping functionality. | 369 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |