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].

GitHub

984 stars
15 watching
158 forks
Language: Ruby
last commit: about 1 year ago

Related projects:

Repository Description Stars
ms-ati/docile 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 419
rsolr/rsolr A Ruby client for interacting with Apache Solr search engines 421
lang/unicode_utils Utilities for working with Unicode strings in Ruby 113
elastic/elasticsearch-ruby A Ruby client for Elasticsearch allowing developers to interact with the search engine. 8
verbalexpressions/rubyverbalexpressions A Ruby library that helps to construct complex regular expressions 144
soutaro/ast_utils Provides utility methods to analyze and understand Ruby programs' abstract syntax trees (ASTs) 3
jonatas/fast Tools to search and refactor Ruby code directly in its abstract syntax tree 256
rom-rb/rom-json Provides JSON serialization and deserialization support for Ruby objects using the Object Mapper pattern 16
mindaslab/soundex A Ruby implementation of the Soundex phonetic algorithm for coding and decoding American words 6
talyssonoc/commonregexruby Extracts common information from text strings in various formats 79
mbj/unparser Converts Ruby Abstract Syntax Tree (AST) to semantically equivalent source code 309
printercu/elastics-rb An ElasticSearch client library for Ruby with ActiveRecord integration 101
pusher/pusher-http-ruby Provides a Ruby interface to the Pusher Channels HTTP API 665
rajasegar/ruby-ast-explorer A tool for visualizing and transforming Ruby source code as an Abstract Syntax Tree (AST) to improve maintainability and refactorability. 16
janlelis/irbtools Improves Ruby's IRB console with default configuration and debugging tools 921