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 oldlaptop
5 days ago
tcl by mookie
11 days ago
tcl by dandyn
18 days ago
tcl by Bradipo
18 days ago
tcl by Bradipo
18 days ago
tcl by oldlaptop
42 days ago
tcl by oldlaptop
43 days ago
tcl by mookie
47 days ago
tcl by mookie
48 days ago
tcl by georgtree
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 ...