Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When informing of a regex syntax let's do it with required separators…
… in-place If we inform the user about how to make a case sensitive search using a regex syntax, do it with the regex delimitators in place, so the user: - Don't gets an error when copying and pasting the regex syntax to the github code search textbox. Error meaning it didn't find results because it lacks the regex slash separators. - Avoid the user to have to also find in the documentation how to enter a regex in the code search textbox. Have to find out it needs to use the slash separators.
- Loading branch information