🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

will_scan_string

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

will_scan_string

0.1.2
Rubygems
Version published
Maintainers
1
Created
Source

Will scan string

Multi-pass string replacement has always been fun. I don't know any good way to perform multiple replacements on strings, so I made this minor gem.

Usage

Just don't use this, but if you're curious: Check spec/lib/will_scan_string for examples and features.

Notes

This gem is buggy and nowhere friendly to use. It's designed for personal use and is very experimental. It uses various hacks to combine multiple regular expressions to a single big-ass regular expression and it therefore is quite common for 2 regular expressions conflicting each other.

Known regexp conflicts and issues

  • The gem does not support named capture groups whatsoever.

FAQs

Package last updated on 11 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts