Online JavaScript Beautifier

https://beautifier.io/

This little beautifier will reformat and re-indent bookmarklets, ugly JavaScript, unpack scripts packed by Dean Edward’s popular packer, as well as partly deobfuscate scripts processed by the npm package javascript-obfuscator.

DBeaver info

Windows: record delete: Alt +Del Than Save

CodeIgniter Routes example

$route[‘default_controller’] = ‘welcome’;
$route[‘contacts’] = ‘contacts’;
$route[‘create’] = ‘contacts/create’;
$route[‘edit/:id’] = ‘contacts/edit’;
$route[‘update/:id’] = ‘contacts/update’;
$route[‘delete/:id’] = ‘contacts/delete’;
$route[‘404_override’] = ”;
$route[‘translate_uri_dashes’] = FALSE;

CodeIgniter Routes: Learn with Example https://www.guru99.com/codeigniter-url-routing.html