Sha256: c4a909b3808d02ac4e8eed9ad80a19afff8b463ac2f38abefa83115d9aeab16b
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
# search\_terms [![Build Status](https://secure.travis-ci.org/alindeman/search_terms.png)](http://travis-ci.org/alindeman/search_terms) **TL;DR**: **search\_terms** extracts search terms (keywords) from search engine referral URLs ## Quick Examples ```ruby require "rubygems" require "search_terms" referrer = URI("http://google.com/?q=how+to+extract+search+terms") referrer.search_string # => "how to extract search terms" ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_terms-0.0.2 | README.md |