📕Documentation Improvements - I need your help🙏 #352
ahochsteger
started this conversation in
General
Replies: 1 comment 1 reply
-
The Doc under Exampes/Advanced/Regular Expression might be even better if amended with a quick sentence on how to enable case-insensitive matches. Spent the longest time trying to get "/.searchword./i" to match, only after I looked through the code for Regexutils did I find out that flags like 'i' should be given as "(?i)searchword" instead, which seems to be a library specific implementation. Now it works great though! Keep up the great work! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I've put some effort into behind-the-scenes automation to improve the maintenance of examples that enables:
*.spec.ts
files in sub-folders of this source examples folder)*.js
files in sub-folders of this GAS examples folder).Many other parts of the documentation are already automatically generated as much as possible to make sure it is always up-to-date, like:
All this is good, but I feel it still can get better - especially for new users.
That's where I need your help 🙏.
As a user of Gmail Processor there are many ways you can help to improve the documentation like:
Thanks in advance for any help!
Andreas
Beta Was this translation helpful? Give feedback.
All reactions