Teddy D

Generation

translateFri, 03 Feb 2023

remove the first comma in a line of php

<?php require 'vendor/autoload.php'; use Translate\Translate; $translator = new Translate('en', 'zh'); $translator->translateCode(' function add(a, b) { return a + b; } ');

Questions about programming?Chat with your personal AI assistant