Location
Brazil
Followers
0
Following
0
Joined
Last Online
-
-
franco
I need to check wether the format of an input is "00 - 00 - 00" (12 characters without quotation marks) or not and then run block 1 or 2 based on result.
[0-9][0-9] - [0-9][0-9] - [0-9][0-9] won't do what I want if the input is, for example, "aaaa 00 - 00 - 00 aaa". I want to keep asking the user for input until the format is exactly 00 - 00 - 00, 12 characters.
Help?
-
franco
Thank you very much for the replies! I guess that will do the job.
-
franco
Hello there, i'm totally noob and desperately trying to figure out how to automate spreadsheet on excel for iphone. Is it possible to use Pythonista to handle some tasks partially like VBA does on desktop?