Remove leading zeros from search term for Audible via WS?

is there a way to make the search auto rewrite the search term to remove leading 0’s from numbers in the term the api always fails if they are there

Can you give an example?

Dante King 05 Dragon Breeder 5 doesn't work this is what i get from ARTIST ALBUM

Dante King 5 Dragon Breeder 5 works fine and brings the correct info

also i made a simple script to download Chapters tiles

[Name]=AudiMeta API Chapters (JSON Import)
[AlbumUrl]=https://audimeta.de/chapters/%s?region=us&cache=true
[UserAgent]=1
[Encoding]=url-utf-8
[WordSeperator]=+
[SearchBy]=ASIN||%ASIN%||%s
[ParserScriptAlbum]=...
Debug "on" "debug.txt"
DebugWriteInput "debug-input.out"

json "ON" "current"
OutputTo "TITLE"
json_select_many "chapters" "title" "|" "|"
SayRest

While it doesn't work with the example you've provided, there seem to be many entries on Audible with titles containing numbers with leading zeros (e.g., 007 Ian Fleming, various podcasts with dates in their titles, 08/15, ...).

I think always removing those is excessive, and I don't plan to add it to the official tag source at the moment.