| View previous topic :: View next topic |
| Author |
Message |
sublimation9
Joined: 29 Feb 2008 Posts: 6
|
Posted: Fri Feb 29, 2008 11:02 pm Post subject: Is there any way to use an asterisk * in a string? |
|
|
Without it being interpreted as a wildcard?
I've tried just using it with the escape key, both slashes, single and double quotes, etc. I have a lot of text files where I need to remove the asterisks from within. Am I missing something or can it not be done?
thanks |
|
| Back to top |
|
 |
Erittaf
Joined: 03 Nov 2007 Posts: 182
|
Posted: Fri Feb 29, 2008 11:11 pm Post subject: |
|
|
Is there any way to use an asterisk * in a string?
with
| Code: | | StringReplace, clipboard, clipboard, *, , All | makes
Is there any way to use an asterisk in a string? |
|
| Back to top |
|
 |
sublimation9
Joined: 29 Feb 2008 Posts: 6
|
Posted: Fri Feb 29, 2008 11:20 pm Post subject: |
|
|
| Excellent. Thank you very much. I've been using RegExReplace() so much I didn't even think of the string ones. |
|
| Back to top |
|
 |
|