Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Characters

Characters

* - Zero or more characters
? - single character
Wildcard patterns may be used to search and replace characters. Each matched wildcard character will create a regular expression group that can be accessed in the replacement pattern by using the same wildcard character.
String
Search Pattern
Replace Pattern
New Value
abc.txt
*.txt
*.csv
abc.csv
abc.txt
???.*
??b.*
abb.txt
abc.txt
*.*
*20100101.*
abc20100101.txt
abc20080523.txt
*????????.*
*.*
abc.txt

0 COMMENTS

We’d like to hear from you!