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
Who is the father of php and what is the current version of php and mysql?
Can php use gettext?
What are computer variables?
What is a composer in PHP?
What is meant by MIME?
How do I use isdigit function?
Is c similar to php?
What is the difference between characters 34 and x34?
What is config file in php?
How many open modes available when a file open in PHP?
Explain the difference between require() and require_once()?
What is interface? Why it is used?
Explain which cryptographic extension provide generation and verification of digital signatures?
What library is used for pdf in php?
what is mean by portal