Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  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

Line terminators

Line terminators

A line terminator is a one or two-character sequence that marks the end of a line of the input character sequence. The following are recognized as line terminators:
  • A newline (line feed) character ( '\n'),
  • A carriage-return character followed immediately by a newline character ( "\r\n"),
  • A standalone carriage-return character ( '\r'),
  • A next-line character ( '\u0085'),
  • A line-separator character ( '\u2028'), or
  • A paragraph-separator character ( '\u2029)
    The regular expression . matches any character except a line terminator.
    The regular expressions ^ and $ ignore line terminators and only match at the beginning and the end, respectively, of the entire input sequence.

0 COMMENTS

We’d like to hear from you!