<?php $operators = [">0", ">=1", "==12", "<9", "<=1", "!=4"]; print_r(array_map(function($v) { return preg_replace('/[^\D]/', '', $v); }, $operators));
You have javascript disabled. You will not be able to edit any code.