error in string match?
Posted to
tcl
by miguel at Tue May 31 13:19:58 GMT 2011
view raw
%
set
x {^" \"}
^" \"
%
set
y
$x
|foo
^" \"|foo
%
string
match
$x
*
$y
0
%
string
map [
list
$x
{}]
$y
|foo
Comments
Posted by miguel at Tue May 31 13:26:14 GMT 2011
[text]
[code]
Just being stupid: \ is special in patterns ...
Just being stupid: \ is special in patterns ...
Recent Posts
tcl by mookie
3 days ago
tcl by oldlaptop
8 days ago
tcl by rhobart
20 days ago
tcl by rhobart
20 days ago
tcl by rhobart
21 days ago
tcl by Bradipo
21 days ago
tcl by rhobart
21 days ago
tcl by sssc
25 days ago
tcl by mookie
41 days ago
tcl by JMN
49 days ago
Submit
New paste
Documentation
From Jabber
Comments
Posted by miguel at Tue May 31 13:26:14 GMT 2011 [text] [code]
Just being stupid: \ is special in patterns ...