Skip to content

proposal: use ~ instead of =~ for regular expression constraints #2001

@myitcv

Description

@myitcv

Currently (per the spec), the =~ operator is defined as follows:

s =~ r is true if s matches the regular expression r.

This issue tracks changing that operator to instead be simply ~, with the same definition.

Motivation etc.

(to follow from @mpvl)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions