Write a regular expression to get the value xxx from the
string 'xxx@yyy.com'
Answer Posted / 23626
set url "xxx@yyy.com"
regexp {[^@]+} $url M1
puts $M1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get complete current page url in php?
what is benefit of magento?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is the difference between rest and soap?
The left association operator % is used in PHP for?
Tell us how to create an array of a group of items inside an html form?
Is it easy to learn wordpress?
Tell me what should we do to be able to export data into an excel file?
What is the difference between javascript and php?
Is it possible multiple inheritance in php?
What are the disadvantages of php?
Tell me what type of operation is needed when passing values through a form or an url?
What does $_server means?
How to check an key is exists in array?
What is final keyword in php?