<?php $array = [ 'bar', 'fdsfsf345#3gt#$%3^#$T$#tr43r43', 'test spaces', '"test spaces"', '"fdsfsf345#3gt#$%3^#$T$#tr43r43" #comment', 'test spaces" #comment', 'bar', '""', '""""', 'foo1 #comment2', '"with space value" #comment', 'with quote value\'', 'somestringstart', 'with spaces" # a comment', 'bar' ]; $result=preg_replace('~ #.*~','',$array); var_export($result);
You have javascript disabled. You will not be able to edit any code.