Re: how to identify string between flower braces
- From: tampabay.bucks@xxxxxxxxx
- Date: 27 Nov 2006 15:31:48 -0800
Hi
My string would be something like this.
"{{8} {Security Configuration} {null} {}} {{10} {Device Configuration}
{yes}}"
So my goal is take the value present inside the flower braces that is
immediately after {Security Configuration}.
Thanks
Arun
Bryan Oakley wrote:
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: Donald Arseneau
- Re: how to identify string between flower braces
- From: Glenn Jackman
- 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
- Re: how to identify string between flower braces
- From: Bryan Oakley
- how to identify string between flower braces
- Prev by Date: Re: how to identify string between flower braces
- Next by Date: Re: How can I ensure that I always have a list?
- 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
|