email-reply-parser icon indicating copy to clipboard operation
email-reply-parser copied to clipboard

Improve regexes?

Open Myzel394 opened this issue 2 years ago • 1 comments

Hi I noticed that your regexes use "{0,1}" which is the equivalent to "?" - Is there any reason on why to use this notation instead of a "?"?

Myzel394 avatar Apr 15 '23 13:04 Myzel394

There are many regexes to maintain. A such notations is computationally the same, and meanwhile makes all those regexes easier to maintain Sent from my iPhoneOn 15 Apr 2023, at 15:43, Myzel394 @.***> wrote: Hi I noticed that your regexes use "{0,1}" which is the equivalent to "?" - Is there any reason on why to use this notation instead of a "?"?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

baptistejamin avatar Apr 15 '23 13:04 baptistejamin