Yellow!
I've been saving files in the following format: Date(YearMonthDay)+Title.txt (e.g. 20001223Hello_World)
Now I would like to check the first 6 characters against some user input (in order to list e.g. all the files from December 2000)
Is there a possiblility with explode or split or something, not to look for a particular string but to split after a certain number of characters?
Thanks for any help
Johannes Maria