Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-09-08 10:09
Flavor·Golang

`
(^reflectance_\d_)(\S*)$
`
gm
Open regex in editor

Description

Regex adding a string (here vs_) after 1st matching occurence (of reflectance_\d_).

Submitted by Nikos Alexandris