Changes between Initial Version and Version 11 of Ticket #3831
- Timestamp:
- 06/18/17 09:40:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3831
- Property Summary changed from Colon in regex pattern should match one character even if the texts are multi byte to Dot in regex pattern should match one character even if the texts are multi byte
-
Ticket #3831 – Description
initial v11 1 Colonin regex pattern matches one byte currently.1 Dot in regex pattern matches one byte currently. 2 2 But it's too hard to know byte number of characters for user. 3 3 Regex search should match the pattern character by character always regardless of the encoding of file, not byte by byte.