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 / tclgeek.com

set url "xxx@yyy.com"
regexp {(\w+)@.+\.com} $url match
puts "Match is--->$match"

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 3 scope levels available in php and how would you define them?

1009


How to make a class in php?

1021


What are the advantages of oops in php?

1147


How many escape sequences are recognized in double-quoted strings?

1048


How many types of arrays are there in php?

1014


How to calculate the length of a string?

1188


What is the basic function to search files for lines (or other units of text) that contain a pattern.

1040


How can we change the value of a constant?

1038


Which is better php praogramming or cad/cam scope wise and also salaray wise?

2068


What does a special set of tags do in php?

980


Is laravel better than codeigniter?

1088


What is the difference between laravel and php?

971


Is set in php?

1026


What are properties in php?

1015


What's the output of the ucwords function in this example?

1100