How to locate a tab (\t) in the middle of a paragraph ?
Thanks, ⌡im [THE BookMan]
How to locate a tab (\t) in the middle of a paragraph ?
Thanks, ⌡im [THE BookMan]
Look for (?!^)\t(?!$)
with Regular expressions.
Note that @LeroyG suggests much more robust method. See e.g. how easy it is to look at the tab here:
Believe me, that second blue “dot” before “consectetur” is a tab.
Or the
…“ipsum”
Note that, as the tab space is reduced, also the arrow size.