Write a regular expression to get the value xxx from the
string 'xxx@yyy.com'
Answer Posted / ren
set url "xxx@yyy.com"
regexp {([^@]+)@([^.]+).([a-z]+)} $url match
puts " Match....$match"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is warning – “cannot modify header information – headers already sent”?
How do I make a reset button in html?
What are computer variables?
Is php still relevant 2019?
Which is better mysql or sql?
Explain what are the different errors in php?
What are the benefits of using php and mysql?
How can you get the size of an image in PHP?
What are the functions used in php?
Tell me what is the definition of a session?
How to select a database?
Is php a strongly typed language?
Is php used for frontend or backend?
Explain me how to include a file to a php page?
What is the difference between fopen() and fclose()?