regexr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
File Explorer
Download Latest Version (.zip)- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- mstile-150x150.png
- safari-pinned-tab.svg
- site.webmanifest
- dark.css
- light.css
- RegExWorker.js
- card.png
- og.png
- privacy.html
- add.svg
- alert.svg
- arrowleft.svg
- arrowright.svg
- cheatsheet.svg
- check.svg
- close.svg
- code.svg
- community.svg
- copy.svg
- delete.svg
- distractor.svg
- dropdown.svg
- favorites.svg
- flags.svg
- github.svg
- google.svg
- help.svg
- info.svg
- link.svg
- load.svg
- menu.svg
- moon.svg
- private.svg
- reference.svg
- RegExr.svg
- search.svg
- share.svg
- thumb.svg
- user.svg
- icons.svg
- clipboard.js
- codemirror.css
- codemirror.js
- native.js
- details.scss
- explain.scss
- ad.scss
- community.scss
- doc.scss
- expression.scss
- header.scss
- share.scss
- sidebar.scss
- text.scss
- tools.scss
- codemirror.scss
- colors.scss
- colors_dark.scss
- colors_light.scss
- controls.scss
- export.scss
- fonts.scss
- mobile.scss
- regexr.scss
- styles.scss
- variables.scss
- LinkRow.js
- List.js
- Status.js
- Tooltip.js
- Reference.js
- reference_content.js
- sidebar_content.js
- Event.js
- EventDispatcher.js
- BrowserSolver.js
- Prefs.js
- ServerSolver.js
- Server.js
- core.js
- javascript.js
- pcre.js
- profiles.js
- CMUtils.js
- DOMUtils.js
- Track.js
- UID.js
- Utils.js
- Details.js
- Explain.js
- Replace.js
- Account.js
- Community.js
- Example.js
- Expression.js
- ExpressionHighlighter.js
- ExpressionHover.js
- Share.js
- Sidebar.js
- Text.js
- TextHighlighter.js
- TextHover.js
- Theme.js
- Tools.js
- app.js
- ExpressionLexer.js
- Flavor.js
- RefCoverage.js
- RegExr.js
- SubstLexer.js
- login.php
- logout.php
- patterns.php
- verify.php
- delete.php
- favorite.php
- load.php
- multiFavorite.php
- rate.php
- save.php
- search.php
- setAccess.php
- solve.php
- oauthCallback.php
- AbstractAction.php
- API.php
- APIError.php
- Authentication.php
- Cache.php
- DB.php
- ErrorCodes.php
- NotImplemented.php
- PatternVisibility.php
- Result.php
- Session.php
- .editorconfig
- api.php
- apiDocs.php
- bootstrap.php
- composer.json
- composer.lock
- Config.sample.php
- Maintenance.php
- schema.sql
- utils.php
- .editorconfig
- .gitattributes
- .gitignore
- .htaccess
- .nvmrc
- gulpfile.babel.js
- index.html
- index.php
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/gskinner/regexr
Downloads the entire project code from GitHub to your computer.
cd regexr
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
cd server
This project's files live in a subfolder, so move into it first.
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
