I need help with StringRegExp: you could tell me a way to take a string all the content before the dot? And also a code for the content after the dot (including the dot). Two codes, in fact. Ó ABC.log Ó ABC.log
There are some characters that are not allowed in Windows, which can not be assigned to folders and files. Your function does not exclude them. For example: C:Program FilesChat ToolsSkypeSkypeGUI?.exe [0] C:Program FilesChat ToolsSkypeSkypeGUI?.exe [1] C: [2] Program FilesChat Tools [3] Skype [4] SkypeGUI? [5] .exe
It is interesting to see such a function. But I can not explain a particular choice in regular expressions. Why use StringLower, if we take both uppercase and lowercase letters? You have a string, all lower case (with StringLower), and take both uppercase and lowercase? [^a-z0-9] is not good?