To search a line ending or a tab character using the Find panel, you can either write the corresponding regular expression, or use the following key combinations to input them in the Find field.
Regular expression | Key combination | |
---|---|---|
A line ending character | \n | Option-Return |
A tab character | \t | Option-Tab |