Re: how to identify string between flower braces
- From: Bryan Oakley <oakley@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 23:23:15 GMT
Pat Thoyts wrote:
tampabay.bucks@xxxxxxxxx writes:
HiThink about lists.
I have a string which would be something like below :
set myStr "{8} {Security Configuration} {null} {}} {{9}"
I would to retrieve what is present inside the flower braces after
Security Configuration which is "null" in this case. Can i do this with
a regular expression ?
lindex $myStr 2
As posted, his data isn't a list. Count the braces.
.
- Follow-Ups:
- Re: how to identify string between flower braces
- From: tampabay . bucks
- Re: how to identify string between flower braces
- References:
- how to identify string between flower braces
- From: tampabay . bucks
- Re: how to identify string between flower braces
- From: Pat Thoyts
- how to identify string between flower braces
- Prev by Date: Re: how to identify string between flower braces
- Next by Date: Re: how to identify string between flower braces
- Previous by thread: Re: how to identify string between flower braces
- Next by thread: Re: how to identify string between flower braces
- Index(es):
Relevant Pages
|