Extract file extension
The built-in IO::Path
class has an .extension
method:
Contrary to this task's specification, it
Here's a custom implementation which does satisfy the task requirements:
Output:
Last updated
The built-in IO::Path
class has an .extension
method:
Contrary to this task's specification, it
Here's a custom implementation which does satisfy the task requirements:
Last updated