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

regex docs? #610

Closed
broomdodger opened this issue Nov 10, 2014 · 1 comment
Closed

regex docs? #610

broomdodger opened this issue Nov 10, 2014 · 1 comment

Comments

@broomdodger
Copy link

Is there documentation for the version of regex used in stackedit?
Specifically:

  1. find the start of line: ^ finds the start of document (NOT useful)
  2. find/replace grouping (this example from vim)
  • using the string: there is small cat in the box
  • find: small\( cat\)
  • replace: BIG\1
  • result: there is BIG cat in the box
@benweet
Copy link
Owner

benweet commented Dec 14, 2014

Indeed, in should be a multiline regex (I'm gonna fix this).
Find/replace grouping is not implemented at the moment. Please open another ticket. Thx.

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

No branches or pull requests

2 participants