Write a regular expression to get the value xxx from the
string 'xxx@yyy.com'
Answer Posted / arun
set chk "xxx@yyy.com"
if {[regexp {([a-z]+)} $chk match one ]} {
puts $one
}
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where is session id stored?
How to submit form without a submit button.
Is php closing tag necessary?
What is zend studio for?
Tell me how to retrieve a cookie value?
How a variable is declared in php?
Describe PHP error and logging information?
What are the uses of php language?
What is the meaning of "enctype= multipart/form-data" ?
What does mysqli_query return?
How do you check if a variable has not been set in php?
Tools used for drawing er diagrams?
How do I find out the number of parameters passed into function9?
What is file upload?
Write down the benefits of php7?