Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
Python

r'
(.*)([=])(.*)
'
gm

Description

This regex will separate KEY=VALUE when VALUE has special characters that cause bash to misinterpret them

Submitted by anonymous - 5 years ago