| View previous topic :: View next topic |
| Author |
Message |
Gazmond
Joined: Thu May 08, 2008 12:16 pm Posts: 3
|
Posted: Wed Apr 14, 2010 11:22 am Post subject: Regular expression help |
|
|
Are there any regex experts around? I need to replace
sortCompareFunction="some value here"
with
sortCompareFunction="{some value here}" |
|
| Back to top |
|
 |
Gazmond
Joined: Thu May 08, 2008 12:16 pm Posts: 3
|
Posted: Wed Apr 14, 2010 11:34 am Post subject: |
|
|
Actually, don't worry, we worked it out ourselves:
s/sortCompareFunction="\([^"]*\)"/sortCompareFunction="{\1}"
Huzzah |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|