| 0 | undefined line ending (whatever the RegEx engine normally uses) |
| 1 | default line ending for the server platform; equivalent to 2 on the Mac, 3 on Windows, or 4 on any Unix platform other than the Mac. |
| 2 | classic Mac line ending, Chr(13) |
| 3 | Windows line ending, Chr(10) |
| 4 | Unix/Linux line ending, Chr(10) |