Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How are sessions maintained?

985


What is php session_start() and session_destroy() function?

1102


What is an operator in php?

1098


Which character is used to match exactly one character?

1052


Can a trait extend a class php?

1024


Define object-oriented methodology?

1087


How to call php function in jquery?

1123


What is the use of friend function in php?

1026


Explain about objects in PHP?

1049


What is static method php?

1055


What is "echo" in php?

1027


Explain me what is the importance of "method" attribute in a html form?

975


Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?

1028


Can I learn laravel without php?

1068


How to insert a line break in php string?

1043