Graphsmith text.regex_extract.v1

id: text.regex_extract.v1

install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest: examples/skills/text.regex_extract.v1/skill.yaml
source content

id: text.regex_extract.v1 name: Regex Extract version: 1.0.0 description: Extract all matches of a regex pattern from text.

inputs:

  • name: text type: string required: true

outputs:

  • name: matches type: string

effects:

  • pure

tags:

  • text
  • regex
  • extract