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 arjen
3 days ago
tcl by cgm
12 days ago
tcl by cgm
12 days ago
tcl by alan
20 days ago
tcl by mookie
42 days ago
tcl by mookie
42 days ago
tcl by mookie
42 days ago
tcl by schelte
44 days ago
tcl by oldlaptop
56 days ago
tcl by oldlaptop
60 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 ...