Regular expression utilities for pattern matching and text processing
npm install @ts-utilkit/regexregex Functions - TypeScript utility functions for regex operations.
``bash`
npm install @ts-utilkit/regex
- 🚀 TypeScript-first with complete type definitions
- ✅ Comprehensive test coverage (>95%)
- 📦 Tree-shakeable ESM and CommonJS support
- 🔒 Type-safe with strict TypeScript configuration
- 📖 Extensive JSDoc documentation
`typescript
import { functionName } from '@ts-utilkit/regex';
// Example usage
const result = functionName(input);
``
For complete API documentation, please visit the main repository.
MIT © MForofontov
Contributions are welcome! Please see the main repository for contribution guidelines.