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
I do not immediately see where the error is. It would be good to also attempt reproducing in JupyterLab 4.3/Notebook 7.3 once these are released (soon).
Description
On Find and Replace, using Regular Expressions, using Replace All,
reference groups are NOT handled correctly.
Reproduce
Find and Replace
dialog.Replace
part.Use Regular Expressions
button.: (\d+),
at theFind
input.: $1+1,
at theReplace
input.Replace All
button.At the same time, the
Replace
-button single replaces work as expected.Expected behavior
On Find and Replace, using Regular Expressions, using Replace All,
reference groups are handled correctly.
Context
The text was updated successfully, but these errors were encountered: