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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
Find function correctly identifies a regexp match using the
digit
class, but replacing with a match parameter does nothing.Steps to Reproduce
^([[:digit:]]+)
in the find box (regexp option toggled)$1.
in the replace box and hit Replace All (happens with single Replace, too)Expected behavior:
All numbers in the first column are postpended a
.
Actual behavior:
Nothing changes
Reproduces how often:
100%
Versions
Windows 10 build 1803
Additional Information
This doesn't happen if you use the match pattern
^([0-9]+)
The text was updated successfully, but these errors were encountered: