pathvalidate — Easy Playground
Sanitize and validate filenames and paths
Getting started with pathvalidateRun locally
Install
pip install pathvalidatePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pathvalidate)
pathvalidate is a third-party package. Sanitize and validate filenames and paths. Install with: pip install pathvalidate
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?