App Version:
2025.1.3
Affected Device(s):
Xiaomi Redmi Note 8 (GINKGO), Android 9 / MIUI 11.0.12.0
Describe the bug
When replacing with Regex Enabled the Regex works only in find field and not in the replace field. For example replacing "\n" with "\r\n" the find (\n) works as newline but in replace (\r\n) I get as text not Windows newline.
To Reproduce
Steps to reproduce the behavior:
- Replace with Regex enabled using Regex in the replace field.
Expected behavior
It should recognize the regex in both find and replace Fields but it recognize it only in the find field.
App Version:
2025.1.3
Affected Device(s):
Xiaomi Redmi Note 8 (GINKGO), Android 9 / MIUI 11.0.12.0
Describe the bug
When replacing with Regex Enabled the Regex works only in find field and not in the replace field. For example replacing "\n" with "\r\n" the find (
\n) works as newline but in replace (\r\n) I get as text not Windows newline.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should recognize the regex in both find and replace Fields but it recognize it only in the find field.