Registry / utility / strscan

strscan

JSON →
library3.1.8rbrubygemsunverified

Provides lexical scanning operations on a String.

gem install strscan
INSTALL
IMPORT
SIG · STRSCAN
S
strscan
utilityrubyv3.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StringScanner
require 'strscan'

Scan a string for a word.

require 'strscan' scanner = StringScanner.new('hello world') scanner.scan(/\w+/)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
6
Bingbot
5
Resources
strscan — gem install strscan · libregistry