A
Amishera Amishera
It is said that \A matches the beginning of the string and \Z matches
the end of the string. I am not sure what means.
the end of the string. I am not sure what means.
Amishera said:It is said that \A matches the beginning of the string and \Z matches
the end of the string. I am not sure what means.
It is said that \A matches the beginning of the string and \Z matches
the end of the string. I am not sure what means.
"xyz\nuvw".scan(/\Ax/) # => ["x"]It is said that \A matches the beginning of the string and \Z matches
the end of the string. I am not sure what means.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.