I have a problem when trying to manipulate the "series"-expression which returns the aniDB ID for series. I just can't get it to replace the "::" from the value with "-". This is what I use for testing:
Code: Select all
({series.replaceAll(/[:|]/, "-")})
http://imgur.com/a/PjE0H
It is probably some noob error on my part, so any help would be appreciated
