pyregex
                                
                                
                                
                                    pyregex copied to clipboard
                            
                            
                            
                        testing for space at beginning doesn't work
teststring:
"  foo"
Neither of the following regex matches
^[ ]{2}.*
^ {2}.*
                                    
                                    
                                    
                                
similar issue, seems like the tool is truncating/striping whitespaces at the start and end of the string