Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which flavour of regular expression? #131

Closed
Siddhant opened this issue Jan 18, 2016 · 4 comments
Closed

which flavour of regular expression? #131

Siddhant opened this issue Jan 18, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@Siddhant
Copy link

Hello, I think it is really important to mention on the front page of the website which flavour/dialect of regular expression is the tool for.

In the questions it says: "RegExr uses your browser's RegExp engine for matching." What does that mean for the user? Is it the Javascript flavour of regex? Whar version? etc. Kindly make this more clear, and highlight this specific information somewhere on the main page. This is the very first question which comes to mind (well, at least to my mind) when someone opens your website.

@Morketh
Copy link

Morketh commented Oct 14, 2016

While the core feature set of regular expressions is fairly consistent, different implementations (ex. Perl vs Java) may have different features or behaviours.

RegExr uses your browser's RegExp engine for matching, and its syntax highlighting and documentation reflect the JavaScript RegExp standard.

Information is under the Help -> RegEx engine option.

@mattalxndr
Copy link

+1

@lannymcnie lannymcnie assigned lannymcnie and gskinner and unassigned lannymcnie Jul 6, 2017
@gskinner
Copy link
Owner

This will be more up-front in v3.0 with the Engine selection control.

@gskinner gskinner added this to the v3.0 milestone Aug 24, 2017
@gskinner gskinner added the v3.0 label Nov 29, 2017
@gskinner
Copy link
Owner

Addressed (hopefully) in v3, with the Engine / Flavor dropdown, help icon, and Help content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants