Return a filename at its suffix offset
at-suffix: func [
"Return the filename or url at its suffix; or NONE."
string [any-string!]
][
find string suffix? string
]
12390 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
at-suffix: func [
"Return the filename or url at its suffix; or NONE."
string [any-string!]
][
find string suffix? string
]