1
2
3
4
5
export function extractReiseauskunftDbStationCodeFromUrl(url) {
const inputValue = url?.split("input=")?.[1]?.split("&")?.[0];
const words = inputValue?.split("%");
return words?.[words.length - 1];
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023