To remove leading/trailing zeroes (example: "0123.4560"), doing a += 0 is easier than trim tricks.
![]() |
|
||||||||||
|
ltrimОписаниеstring ltrim ( string str [, string charlist] )
Эта функция возвращает строку
Можно также задать список символов для удаления с помощью аргумента
ltrim
John Sherwood
06-Aug-2006 12:13
To remove leading/trailing zeroes (example: "0123.4560"), doing a += 0 is easier than trim tricks.
jan
10-Jul-2006 02:30
if you have a numer like 0310, don't use this code:
Draugluin IZZAT bigfoot DIZZOT com
19-Jul-2003 10:15
A fast way to get a file extension: |