| Author |
Message |
Forum: Support Topic: Replacing HTML characters |
| chadsten |
|
Posted: April 15th, 2008, 6:00 pm
|
|
Replies: 9 Views: 577
|
| There's probably a much better way Yes, it's called regex. str = [color=red]&[/color] & &xa0; © [color=red]&[/color]invalid MsgBox % RegExReplace(str, "i)&(?!x[a-f\d]{1,4};|#\d{1,5};|[a-z]{2,5};)", "&a... |
|
 |
Forum: Support Topic: Replacing HTML characters |
| chadsten |
|
Posted: April 15th, 2008, 3:30 pm
|
|
Replies: 9 Views: 577
|
| 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 "&" and etc isnt working because the second time around it will take: & and make... |
|
 |
Forum: Scripts Topic: DllCall: Basic FTP Functions |
| chadsten |
|
Posted: December 20th, 2007, 7:54 pm
|
|
Replies: 97 Views: 38481
|
| Is the FTP DLL call working in Vista? Thanks! |
|
 |
Forum: Support Topic: Odd Question... |
| chadsten |
|
Posted: December 20th, 2007, 7:51 pm
|
|
Replies: 3 Views: 519
|
| Thanks, I will do that. I have an updater with a like function that I can update as well. |
|
 |
Forum: Support Topic: Odd Question... |
| chadsten |
|
Posted: December 20th, 2007, 5:29 pm
|
|
Replies: 3 Views: 519
|
| 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 statements a function?? Thanks for the help in advance! ;BEGINNING OF SCRIPT #SingleInstance Force i... |
|
 |
| Sort by: |