Regular Expressions 101

Community Patterns

matching the end integer at the end of a command and capture the integer

0

Regular Expression
Python

r"
trig:seq:lev\s+([+-]?\d+)
"
gm

Description

trig:seq:lev\s+([+-]?\d+)

Submitted by anonymous - a year ago