| T O P I C R E V I E W |
| AKazak |
Posted - 08/28/2020 : 5:07:10 PM OriginPro 2021 (64-bit) Beta 4 9.8.0.138 Windows 7 Pro x64 SP1
Greetings!
How do we search and replace special characters such as \r, \n, \t present in cells?
Thank you.
--- Andrey |
| 2 L A T E S T R E P L I E S (Newest First) |
| AKazak |
Posted - 09/01/2020 : 12:31:07 PM quote: Originally posted by Echo_Chu
Hi,
You can type the character in Find and Replace dialog directly using unicodes
\r: 000d<alt+x> \n: 000a<alt+x> \t: 0009<alt+x>
<alt+x> is pressing Alt + X after you type the codes to show the corresponding characters in dialog.
Such characters works in Find and Replace dialog.
Echo OriginLab Technical Support
Got it! You may want to consider adding \r, \n, \t to a list of supported search queries.
--- Andrey |
| Echo_Chu |
Posted - 08/31/2020 : 01:43:48 AM Hi,
You can type the character in Find and Replace dialog directly using unicodes
\r: 000d<alt+x> \n: 000a<alt+x> \t: 0009<alt+x>
<alt+x> is pressing Alt + X after you type the codes to show the corresponding characters in dialog.
Such characters works in Find and Replace dialog.
Echo OriginLab Technical Support
|