Re: Weird Regular expression.

2007-10-05 Thread John W. Krahn
ash wrote: Hello fellow scripters! Hello, I've come across weird regex like this: (.{4}).(.{21}).(.{3})..(.{3}). (.{10}).(.{9}). Has anyone any idea about the syntax of these regex? Thank you for your help. The period (.) matches any character except the newline character unless the /s opt

Weird Regular expression.

2007-10-05 Thread ash
Hello fellow scripters! I've come across weird regex like this: (.{4}).(.{21}).(.{3})..(.{3}). (.{10}).(.{9}). Has anyone any idea about the syntax of these regex? Thank you for your help. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://lea