|
There are a series of thumbnails on the page which all
have the following file format.
filename_small.jpg
I can read the file name as a string.
How can I remove the "_small" from the string.
Is it best to use the "slice" function,
"remove" function or
"replace" function?
|