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
              
            
 Philip Byrne
    
 shared this idea
Philip Byrne
    
 shared this idea
      
    - 
       Anonymous
    
 commented Anonymous
    
 commentedHave you tried: (^ +) 
