(?<=([^=]))=[^=]+$
This regex is for selecting/removing build numbers from conda packages in conda environment files.
Text: python=3.8.12=hb1234_2_cpython
Match: ^^^^^^^^^^^^^^^^^
(?<=([^=]))=[^=]+$
This regex is for selecting/removing build numbers from conda packages in conda environment files.
Text: python=3.8.12=hb1234_2_cpython
Match: ^^^^^^^^^^^^^^^^^
For further actions, you may consider blocking this person and/or reporting abuse
Joao Marques -
Manuel AZ -
Ameni Ben Saada -
Jeysson Aly Contreras -
Top comments (0)