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
What are the benefits of using php and mysql?
How to check if a string contains a character or word in php?
How to create and destroy cookies in php?
What is the latest version of php?
How many keywords are there in php?
How can we check the value of a given variable is a number?
Where are the persistent cookies stored on your computer?
How to send a cookie to the browser?
What is multidimensional array in php?
What is the importance of "method" attribute in a html form?
Write a statement to show the joining of multiple comparisons in php?
What is cms php?
Which php function will attach one file to another?
Tell me what are the encryption techniques in php?
What is php.ini & .htacess file?