You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The third line of the script (commented out) was meant to convert the first character of the line in the clipboard into uppercase. However, it seems that ChaiScript does not recognize the "\U" modifier. I guess that I could replace that third line for 26 lines, one for each letter clip.AsciiTextReplaceRegex("^a", "A"); and so on. Is there a better method?
Thank you very much for Ditto, great program
The text was updated successfully, but these errors were encountered:
Hi, I have a small ChaiScript paste script:
The third line of the script (commented out) was meant to convert the first character of the line in the clipboard into uppercase. However, it seems that ChaiScript does not recognize the "\U" modifier. I guess that I could replace that third line for 26 lines, one for each letter
clip.AsciiTextReplaceRegex("^a", "A");
and so on. Is there a better method?Thank you very much for Ditto, great program
The text was updated successfully, but these errors were encountered: