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
Which is faster for or foreach php?
What is csrf mvc?
How to call php function in jquery?
Tools used for drawing er diagrams?
How you can update memcached when you make changes to php?
Is php an array?
Tell me how a constant is defined in a php script?
What is the major php security hole? How to avoid?
What is basic php?
What is the use of final class in php?
What is $this in php?
What is $globals php?
What can php do?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
How do I run a php script in windows?