An open API service indexing awesome lists of open source software.

https://github.com/pkgforge-security/tok

Extracts and filters substrings from input based on length, alphanumeric rules, and delimiters [Maintainer=@Azathothas]
https://github.com/pkgforge-security/tok

Last synced: about 1 year ago
JSON representation

Extracts and filters substrings from input based on length, alphanumeric rules, and delimiters [Maintainer=@Azathothas]

Awesome Lists containing this project

README

          

### ℹ️ About
This is a fork of [tomnomnom/tok](https://github.com/tomnomnom/hacks/tree/master/tok)

### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'tok#github.com.pkgforge-security.tok'
```

### 🧰 Usage
```mathematica
❯ tok --help
Usage of tok:
-alpha-num-only
return only strings containing at least one letter and one number
-delim-exceptions string
don't use the characters provided as delimiters
-max int
max length of string to be output (default 25)
-min int
min length of string to be output (default 1)
```