Regex replace fails on group operation. · Issue #40213...
Use Command + Alt to call the replace window, enter your regex with group selection like '(\d+)' to find all numbers in the form of string. In the Replace input box type as \1 to replace the selected matches wit