nynaevelan wrote:Sentence case ie. from This Is The Way It Is to This is the way I want it
You could try the preset "Uppercase the first letter of sentence or each folder/filename of the Path" with selected Title in the
Into dropdown list. However, with this preset all words would be converted to the lowercase except the first one of the sentence - so it would be in lowercase also English "I", personal names... If you want I could modify the preset to convert "I" into uppercase, but personal names is somewhat more difficult because it needs a list of all possible names, something like the preset "Capitalize the Title with exceptions".
nynaevelan wrote:no idea how to test this in SQLite or Bex's SQL Viewer.
If you want to help me to resolve this bug, you could modify the script in the Notepad. You should insert next lines:
Code: Select all
Dim oFile
Set oFile = SDB.Tools.FileSystem.CreateTextFile("c:\temp\RegExpMsg.txt", True)
oFile.Write sTmp
oFile.Close
to the line 1265, i.e. between:
and:
If you want I could send you already modified version of the script. After implementing the option "Select to
replace" you would
find the file RegExpMsg.txt in the c:\temp\ folder which you should send me. It would not contain full SQL query, but only the WHERE part. So, you could test this file by yourself with SQLite or SQL Viewer if you add
on the begin.
nynaevelan wrote:I have no idea how to do this, I don't see a "keep to replace" option.
By default the first button next to the left of the Close button represents an option "Keep matched". If you click on the small button next to the right of it which contain the down arrow you would get a dropdown list with several options: Keep matched, Keep unmatched, Keep to
replace, Select matched, Select unmatched and Select to
replace.