Operation process
- the definition value contains $in double quotation marks, including \ \ two slashes
for example: regex = “[\s\s]\s (flow total number) (${name}) [\s\s]*”
- add comment or adjust the comment position on the manual page
Operation results
\ \ in the value becomes , {} is deleted
for example: regex = “[\s\s]\s (flow total number) ($name) [\s\s]*”
Expected results
Adding or adjusting the comment position will not change the parameter value