(?<=([^=]))=[^=]+$
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
Metta Surendhar -
Giuliana Olmos -
Md Shykat -
Harshit Singh -
Top comments (0)