Please help! I have the pricelist in CSV format. Prices are shown like 1 space 325. Instead of 1325. So the script takes only first argument of that price. How can I pass whole price. Here is what I am intending to use:
$strua='UAH';
if(strpos($variant['price'],$str) !== false){
//removing space sign
}