.+?any character, repeated at least once
the literal (3210 / 408 / 2016)
.+?any character, repeated at least once
the literal (3210 / 408 / 2016)
\(the literal ( (4010 / 508 / 2816)
Group points(?<points>\d+) \d+a digit, repeated at least once
pointthe literal text point (case sensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
\na line-feed (newline) character (ASCII 10)
\na line-feed (newline) character (ASCII 10)
Group description(?<description>.*?) .*?any character, repeated any number of times
\na line-feed (newline) character (ASCII 10)
Editthe literal text Edit (case sensitive) \na line-feed (newline) character (ASCII 10)
Clonethe literal text Clone (case sensitive) \na line-feed (newline) character (ASCII 10)
Removethe literal text Remove (case sensitive) \na line-feed (newline) character (ASCII 10)
s modifier: single line. Allows a dot to match line terminators