Jump to content

kiritoproject

Members
  • Posts

    4
  • Joined

  • Last visited

kiritoproject's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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
  2. I see. But a suggestion would be to allow, if you want, check the path. Just because it also lacks official UDF.
  3. 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
  4. 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?
×
×
  • Create New...