Definitions
Sorry, no definitions found. You may find more data at regexreplace.
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word RegExReplace.
Examples
-
Ok, I think I have most of it figured out, but I'm getting stuck on how to use RegExReplace properly.
AutoHotkey Community 2010
-
I'm not all the way sure how RegExReplace works yet, so I'm pretty sure I've messed up that somewhere.
AutoHotkey Community 2010
-
I can explain the regular expression, not why the RegExReplace works this way ...
AutoHotkey Community 2010
-
Ok, I think I have most of it figured out, but I'm getting stuck on how to use RegExReplace properly.
AutoHotkey Community 2010
-
Although RegExReplace is slower than Stringreplace, it allows you to replace unwanted characters from any user input (incl the $) in one fell swoop.
AutoHotkey Community 2010
-
I will change my scripts to incorporate this RegExReplace solution
AutoHotkey Community 2010
-
You could just replace the special characters with StringReplace or RegExReplace e.g. str = files\Example ...
AutoHotkey Community 2010
-
There are other possibilities i.e. with RegExReplace to achieve this goal also.
AutoHotkey Community 2010
-
I'm kinda shocked you seem to have tested/used everyone's example but mine, I think mine is the clearest/easiest to edit ... output: = RegExReplace (input, regex, replace) ... that clearly shows what's happening on that line (take input var, filter thru regex, replacing as needed with contents of replace var, send result to output), instead of ...
AutoHotkey Community 2010
-
I'm not all the way sure how RegExReplace works yet, so I'm pretty sure I've messed up that somewhere.
AutoHotkey Community 2010
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.