Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing for space at beginning doesn't work #22

Open
jlec opened this issue Sep 24, 2015 · 1 comment
Open

testing for space at beginning doesn't work #22

jlec opened this issue Sep 24, 2015 · 1 comment

Comments

@jlec
Copy link

jlec commented Sep 24, 2015

teststring:
" foo"
Neither of the following regex matches

^[ ]{2}.*
^ {2}.*
@AnkurDedania
Copy link

similar issue, seems like the tool is truncating/striping whitespaces at the start and end of the string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants