Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a filter by file name in regex format #8

Open
kvvinokurov opened this issue Nov 6, 2019 · 0 comments
Open

Add a filter by file name in regex format #8

kvvinokurov opened this issue Nov 6, 2019 · 0 comments

Comments

@kvvinokurov
Copy link

This is:

  • Feature request
  • Idea

Detailed Description

For example, Microsoft SharePoint has the following restrictions on the file name:
Information about the characters that you cannot use in file names:

  • Do not use: " # % & * : < > ? \ / { | } ~
  • File names cannot be longer than 128 characters
  • Do not use the period character consecutively in the middle of a file name. For example, "file..name.docx" is invalid.
  • You cannot use the period character at the end of a file name. For example, “filename..docx” is invalid.
  • You cannot start a file name with the period character
  • Many other symbols are not recommended such as $^()-_=+[]`! (other international currency symbols and international symbols should be avoided in site names, but some are more acceptable in file names. Ascii is preferred when possible.

Possible Solution

Possible property name: filter or regexFilter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant