You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Useful for anyone who works across multiple platforms, not an expert in regex for now for suffered from the struggle
here's a list of some of the available engines: https://www.regexmagic.com/flavors.html
The ones I used the most are: Vim, Lua, Python, JS, PHP and maybe in the future Golang regex engine.
Does the plugin already support nvim's lua regex btw?
The text was updated successfully, but these errors were encountered:
Yeah but escaping chars and wildcard expansion inside sets doesn't work it is different than the regex treatment you have in say regex101.com So it's not exactly the same
Useful for anyone who works across multiple platforms, not an expert in regex for now for suffered from the struggle
here's a list of some of the available engines: https://www.regexmagic.com/flavors.html
The ones I used the most are: Vim, Lua, Python, JS, PHP and maybe in the future Golang regex engine.
Does the plugin already support nvim's lua regex btw?
The text was updated successfully, but these errors were encountered: