Currently (per [the spec](https://tip.cuelang.org/docs/references/spec/#comparison-operators)), 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)