S
Shradha Nilawar
0 verified_user
Reputation: 0
@shradha • Full Stack Developer
Functions 3
MCP Servers 0
Skills 0
code Functions
code
ai-language-detect (fork)
ai
Detects the natural language of a text string using character trigram frequency analysis, supporting 13 languages with no external API calls.
code
text-extract-emails
content
Extracts all valid email addresses from free-form text using an RFC 5321 compliant pattern. Supports deduplication and preserves order of first appearance.
code
text-to-camel-case
content
Converts a space-separated, snake_case, kebab-case, or PascalCase string to camelCase. Zero dependencies.