verbal_expressions icon indicating copy to clipboard operation
verbal_expressions copied to clipboard

Make difficult regular expressions easy! Ruby port of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions

Results 12 verbal_expressions issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.5 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.11.0. Release notes Sourced from git's releases. Release v1.11.0 Full Changelog 292087e Supress unneeded test output (#570) 19dfe5e Add support for fetch options "--force/-f" and...

dependencies

Just a thought. Haven't even used this library yet but I'm looking forward to it :+1:

Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.1.0 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

0.1.5 --> 0.1.6: - Added "hex" ([a-fA-F0-9]), "start_of_string" (\A), "end_of_string" (\z). - Changed the way start/end of line are implemented slightly, as I think they were wrong/bug-prone. (See the related...

``` def alternatively(value = nil) @prefixes += "(?:" unless @prefixes.include?("(") @suffixes = ")" + @suffixes unless @suffixes.include?(")") add(")|(?:") find(value) if value end ``` I don't like this abuse of the...

This isn't so much an 'issue' as it simply 'something to consider': I noticed that this is one of the only (if not _the_ only) implementation listed on the organization...

Maybe convert to a shorter gem name? Ideas: - ~~Verbal~~ - taken - Verex - Verbex

question