This website requires JavaScript.
Explore
Help
Sign In
df
/
webif
Watch
1
Star
0
Fork
0
You've already forked webif
forked from
hummypkg/webif
Code
Issues
Pull Requests
Releases
Wiki
Activity
e666711eeb
webif
/
var
/
mongoose
/
lib
/
escape
9 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@564 2a923420-c742-0410-a762-8d5b09965624
2011-12-14 13:55:58 +00:00
update delete system git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@657 2a923420-c742-0410-a762-8d5b09965624
2012-01-13 21:23:03 +00:00
if {![exists -proc escape]} {
update git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@564 2a923420-c742-0410-a762-8d5b09965624
2011-12-14 13:55:58 +00:00
proc escape {str} {
regsub -all -- {"} "$str" "\\\"" str
return $str
}
}
Reference in New Issue
Copy Permalink