百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

regexlearn.com

> 开发工具
开源

逐步学习 RegEx,从零基础到高级水平。

4.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

逐步学习 RegEx,从零基础到高级水平。

# RegexLearn **[regexlearn.com](https://regexlearn.com/)** is a free, open-source platform that turns regular expressions from a black art into a skill you can pick up in an afternoon. Learn step by step in 21 languages, keep the cheatsheet nearby, and test your patterns live in the playground. ## Features - **Step-by-Step Learning:** Interactive lessons that progress from the basics to advanced patterns, one small step at a time. - **Courses:** Two lesson tracks are available: [Regex 101](https://regexlearn.com/learn/regex101) for fundamentals and [Regex for SEO](https://regexlearn.com/learn/regex-for-seo) for practical, search-focused usage. - **Cheatsheet:** A concise summary of regex syntax for quick reference while you work. - **Playground:** A private, browser-based sandbox to write and test regex patterns locally. - **Shortcut Friendly:** Move through lessons entirely from the keyboard. ## Supported Languages Available in 21 languages:
English Turkish Russian
Spanish Chinese (Simplified) Chinese (Traditional)
German Ukrainian French
Polish Korean Brazilian Portuguese
Czech Georgian Persian
Italian Arabic Bengali
Japanese Indonesian Vietnamese
Speak a language that isn't listed? Adding it is a single pull request: copy the [`en`](src/localization/en) folder in [`src/localization/`](src/localization), translate the JSON files, and you've brought regex to every developer who reads in your language. Prefer to start a conversation first? **[Open an issue](https://github.com/aykutkardas/regexlearn.com/issues/new)**. ## Development Built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), and [Tailwind CSS](https://tailwindcss.com/). ```bash npm install # install dependencies npm run dev # start the dev server at http://localhost:3003 npm run build # production build ``` Local environment variables belong in `.env` or one of Next.js's `.env.*.local` files. These files are ignored by Git and must not contain values intended for source control. ## Contributing RegexLearn is shaped by its community: lessons, translations, and fixes in this repo came from contributors around the world. Spotted a typo, a bug, or an awkward translation? A small pull request is all it takes to improve the experience for thousands of learners. - Please target the **`develop`** branch with your pull requests. It is the default branch and the integration branch for upcoming releases. - The `main` branch is production: every commit on it is deployed to [regexlearn.com](https://regexlearn.com/) automatically, so it only moves on releases. ## Our Sponsors [](https://wope.com) ## Sponsorship RegexLearn is free for everyone, and sponsors are what keep it that way. Sponsorship puts your brand in front of a worldwide audience of developers at the exact moment they're learning. Want your logo up there? **[Get in touch](mailto:[email protected])**. ## License This project is licensed under the MIT License. See the [LICENCE](LICENCE) file for details. ## Preview

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptguidelearnregexregexp

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具