GREP query to remove whitespace before sentence
Along with a query for removing trailing whitespace, one is needed for preceding whitespace. The workaround of searching for ^p+space does not work in all instances, especially in tables.
2
votes

-
Anonymous commented
Have you tried: (^ +)