Regular Expressions 101

Community Patterns

stylus --watch

1

Regular Expression
PCRE (PHP <7.3)

/
^ #whitespace ([ ]*) (?: # Error position - line location (-{6,})([\^]) | # Line number ([\d]+) # Line number delim ([\|]) # Code indent ([ \t]*) (?: # Comment ? ([\/]{2}.+)? | # Else code block line (.*) ) $ ) | # Function delim token (at +) # Function (.+?) # (, Path base ([\(].+?) # File ([^\/]+?) # Line:char (?:(:)(\d+))? (?:(:)(\d+))? # Function path ([\)])
/
gmxX

Description

no description available

Submitted by anonymous - 4 years ago