Search found 1 match

by ntcarruth
Fri Apr 30, 2021 9:18 pm
Forum: Kile
Topic: searching in math mode only
Replies: 5
Views: 85215

searching in math mode only

Putting the search mode to "regular expressions" and searching for:

^[^\$]*\$[^\$]*e[^\$]*\$

will find any e's within the first set of $ ... $ on a given line, but it'll still find things like the e in $\epsilon$, so it's not safe to use as part of a Find and Replace. If you use $...$ more than ...