ademcan / canSnippet

An open source web-based snippets management tool
MIT License
48 stars 7 forks source link

add regex pattern (HTML5 only) who check if syntax of line number is OK ... #24

Closed bawaaaaah closed 6 years ago

bawaaaaah commented 10 years ago

add regex pattern (HTML5 only) who check if syntax of line number is OK for the folowing regex : ^(?:(?:(?:[0-9]+(?:-[0-9]+)?),)*(?:[0-9]+(?:-[0-9]+)?))?$ most readable regex to the following link: http://www.regexper.com/#^%28%3F%3A%28%3F%3A%28%3F%3A[0-9]%2B%28%3F%3A-[0-9]%2B%29%3F%29%2C%29%2A%28%3F%3A[0-9]%2B%28%3F%3A-[0-9]%2B%29%3F%29%29%3F%24

ademcan commented 10 years ago

Cool, thank you, I will check that.