0
Under review

find across line break - cannot find strings which span line break

Wolf Thandoy 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1

search cannot find strings which include a hard line break - table cells, list items, etc.


this is a real hindrance

Under review

You can search for \n to find new lines (and \t for tabs).


You can also use regular expression search to ignore line breaks.