During our work you have to write regex expression and test it
and it's confusing and consuming a lot of times
I found this useful website that help in
if you want to make sure the input is :
kindly follow the steps below :
once the letter is blue --> its matching (image1)
if there is no shadow -->it's not matching (image2)
and it's confusing and consuming a lot of times
I found this useful website that help in
Example
if you want to make sure the input is :
- ^[a-zA-Z ]+$ String and space
- ^[a-zA-Z]+$ string only
kindly follow the steps below :
- go to website http://regexr.com/
- write the ^[a-zA-Z ]+$ in expectation
- write the free testing text in TEXT
- check matching (en the end of expression )
once the letter is blue --> its matching (image1)
if there is no shadow -->it's not matching (image2)
image 1 - the text match the expression |
image 2- text not matching the regex |
No comments:
Post a Comment