...
| Code Block |
|---|
\b(ABC-[0-9]+|DEF-[0-9]+)\b |
| Info |
|---|
Capture Groups JEMH’s JEMH interprets Regexp capture groups (deffined by opened and closed brackets, i.e.
|
...
...
| Code Block |
|---|
\b(ABC-[0-9]+|DEF-[0-9]+)\b |
| Info |
|---|
Capture Groups JEMH’s JEMH interprets Regexp capture groups (deffined by opened and closed brackets, i.e.
|
...