(?<=([^=]))=[^=]+$
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
Germán Alberto Gimenez Silva -
olasperu -
Shawn knight -
Germán Alberto Gimenez Silva -
Top comments (0)