Search an object's code for pattern matches
Match balanced character pairs, like "{" and "}"
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Check all the vite generated files to find whether the code match the selected ES version. If doesn't match the plugin will thorw an error and stop vite emit files.
Get the first path that exists on disk of multiple paths
Simple, expected, and deterministic best-match sorting of an array in JavaScript
Match balanced character pairs, like "{" and "}"
Match human-quality input to potential matches by edit distance.
Convert globs to regular expressions
Regular expression for matching ANSI escape codes
npm package for https://github.com/google/diff-match-patch
A tiny, PEG-like system for building language grammars with regexes.
Match BCP 47 language tags with language ranges per RFC 4647
simple persistent cookiejar system
A better opn. Reuse the same tab on Chrome for 👨💻.
General purpose glob-based configuration matching.
Express style path to RegExp utility
Intl.LocaleMatcher ponyfill
A tiny and extremely fast library for compiling and matching basic glob patterns
TypeScript definitions for diff-match-patch
Rich matchers inspired by Hamcrest. Useful for generating helpful assertion failure messages in tests.
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
A lightweight and lazy implementation of JSONMatch made for JavaScript
Match the number of queries performed in any block of code
A utility to match patterns in Ruby code
Auto-correct your Ruby code using fuzzy matching.
Provide rspec matchers to match http response code
Hooks into will_paginate to format the html to match Twitter Bootstrap styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).
A DSL for quickly creating endpoints for GitHub post-receive webhooks.
Writes a changelog by pattern matching on git commits since the last tag. Organises these into sections and creates a changelog with the same name as the current version code
Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Re-emmit a record with rewrited tag when a value matches/unmatches with the regular expression. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, request-uri, regex-backreference and so on with regular expression.
List of HTTP status codes with pattern matching.
Given an RST file, convert the file so it matches internal format and code style
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> or <code>Symbol</code>. Methods and blocks are allowed too: [1, 2, 3].filter(&:even?) # => [2] [1, 2, 3].filter(:even?) # => [2] [1, 2, 4].filter { |num| num.even? } # => [2, 4] <code>Enumerable#filter</code> can match against enumerable items attributes. Like this: [1, 2, 3, 4.2].filter :to_i => :even? # => [2, 4] If the block is supplied, each matching element is passed to it, and the block's result is stored in the output array. [1, 2, 4].filter(&:even?) { |n| n + 1 } # => [3, 5] <code>Enumerable#filter</code> also accepts <code>true</code> or <code>false</code> as argument: [0, false, 2, nil].filter(true) # => [0, 2] [0, false, 2, nil].filter(false) # => [false, nil] <code>Enumerable#filter</code> also supports <code>OR</code> operator! Just pass many patterns, they will be joined together with <code>OR</code> operator. [0, 2, 3, 4].filter(:zero?, :odd?) # => [0, 3]
Wraps the Expectr class so that you can "register" a list of several patterns to search for and have a block of code be executed when and if they match.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.