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

The RegEx for 'Time in 24-hour format' does not give minutes value in the output #37

Open
dineshb-qa opened this issue Mar 10, 2017 · 0 comments

Comments

@dineshb-qa
Copy link

Steps to Reproduce :

  • Go to RegEx Site
  • Go to 'Time in 24-hour format' section and enter the test string as : 22:33
  • Observe that the output returned is : 22
  • The RegEx can be : /^([01]?[0-9]|2[0-3]):([0-5][0-9])$/ in order to give the minutes value in the output

Expected Result
The RegEx for 'Time in 24-hour format' should give minutes value in the output

Actual Result
The RegEx for 'Time in 24-hour format' does not give minutes value in the output
output_without_min_value

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

1 participant