<!--- This is a generic template and may not be applicable in all cases. --> <!--- Try to follow it where possible. --> ### Description of the Issue <!--- Provide a more detailed description to the issue itself --> Regex search in Control+F window incorrectly cannot find anything. ### Steps to Reproduce the Issue <!--- Set of steps to reproduce this issue --> 1. Copy-paste 12가3456 2. Control+F, check regex mode, type `\d{2}[가-힣]\d{4}` 3. Try find a match ### Expected Behavior <!--- What did you expect to happen --> It should find a match as the original desktop version do. ### Actual Behavior <!--- What actually happened --> It cannot. ### Debug Information <!--- Debug Info can be found under under the "?" menu --> <!--- Feel free to include any other info, such as screenshots, etc -->
Description of the Issue
Regex search in Control+F window incorrectly cannot find anything.
Steps to Reproduce the Issue
\d{2}[가-힣]\d{4}Expected Behavior
It should find a match as the original desktop version do.
Actual Behavior
It cannot.
Debug Information