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 slim framework?
How to redirect https to http url through .htaccess?
/temp is a type of filesystem directory. State Whether True or False?
What are the advantages of stored procedures in php?
Is python better than php?
How to open a file for reading?
What is action hooks and filter hooks?
Declare a new variable in php equal to the number 3;
Which parts of php are case sensitive?
Is php session id unique?
Which database is best for php?
Do you know what is the function mysql_pconnect() usefull for?
Does php need to be installed?
Tell me how can we connect to a mysql database from a php script?
How the web server interprets php and interacts with the client?