Skip to content
On this page

AJV directory-path

Description

The string should be in directory path format.

Expected

  • /
  • /a/
  • /a/b/c/d/e/f/

Not Allowed

  • //
  • ../
  • /a
  • /x/a/../../../

Released under the MIT License.