Code Inspection: 'preg_match()' can be replaced with comparison
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the preg_match()
calls that are provided with a string argument starting with ^
(Start of String anchor) and ending with $
(End of String anchor). Such calls can be replaced with a comparison operation.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.