Skip to content

OHDSI/pyRegularExpression

Repository files navigation

PyRegularExpression

A collection of reusable, well‑tested regular‑expression patterns for everyday text‑processing tasks.

Quick start

pip install pyregularexpression
from pyregularexpression import Patterns

email = Patterns.EMAIL.fullmatch("[email protected]")

The Patterns alias is provided for convenience and mirrors the pyregularexpression.patterns sub‑module.

Project layout

.
├── src/
│   └── pyregularexpression/
│       ├── __init__.py
│       ├── patterns.py
│       └── med_cohort.py
└── pyproject.toml

License

Apache‑2.0 (see LICENSE for details)

About

[under development] reusable regular expressions to extract content from notes in OMOP CDM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages