| Author |
Message |
Topic: Replacing HTML characters |
chadsten
Replies: 9
Views: 263
|
Forum: Ask for Help Posted: Tue Apr 15, 2008 5:00 pm Subject: Nice! |
There's probably a much better wayYes, it's called regex.
str = & & &xa0; © &invalid
MsgBox % RegExReplace(str, "i)&(?!x[a-f\d]{1,4 ... |
Topic: Replacing HTML characters |
chadsten
Replies: 9
Views: 263
|
Forum: Ask for Help Posted: Tue Apr 15, 2008 2:30 pm Subject: Replacing HTML characters |
I need to be able to replace certian "illegal" HTML (xhtml 1.0) with their corrosponding string. The problem is, just using:
StringReplace () trying to turn all "&" into &qu ... |
Topic: DllCall: Basic FTP Functions |
chadsten
Replies: 33
Views: 7903
|
Forum: Scripts & Functions Posted: Thu Dec 20, 2007 6:54 pm Subject: Vista Question.. |
| Is the FTP DLL call working in Vista? Thanks! |
Topic: Odd Question... |
chadsten
Replies: 3
Views: 212
|
Forum: Ask for Help Posted: Thu Dec 20, 2007 6:51 pm Subject: Odd Question... |
| Thanks, I will do that. I have an updater with a like function that I can update as well. |
Topic: Odd Question... |
chadsten
Replies: 3
Views: 212
|
Forum: Ask for Help Posted: Thu Dec 20, 2007 4:29 pm Subject: Odd Question... |
| I am new to the forums, but I have been using AHK to develop a content management system for web, and have ran into a question. I will include the code, and my question is, how do I make all those if ... |
| |