stringex
String helpers
Extensions to Ruby's String class providing utility methods and permalink solutions.
Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
983 stars
15 watching
158 forks
Language: Ruby
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
| Simplifies the creation of Domain Specific Languages (DSLs) in Ruby by providing a way to treat methods as a DSL and handle code extraction with local variable access | 418 |
| A Ruby client for interacting with Apache Solr search engines | 421 |
| Utilities for working with Unicode strings in Ruby | 113 |
| A Ruby client for Elasticsearch allowing developers to interact with the search engine. | 1,971 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| Provides utility methods to analyze and understand Ruby programs' abstract syntax trees (ASTs) | 3 |
| Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
| Provides JSON serialization and deserialization support for Ruby objects using the Object Mapper pattern | 16 |
| A Ruby implementation of the Soundex phonetic algorithm for coding and decoding American words | 6 |
| Extracts common information from text strings in various formats | 79 |
| Converts Ruby Abstract Syntax Tree (AST) to semantically equivalent source code | 309 |
| An ElasticSearch client library for Ruby with ActiveRecord integration | 101 |
| Provides a Ruby interface to the Pusher Channels HTTP API | 665 |
| A tool for visualizing and transforming Ruby source code as an Abstract Syntax Tree (AST) to improve maintainability and refactorability. | 16 |
| Improves Ruby's IRB console with default configuration and debugging tools | 922 |