202
edits
Haftandilian (talk | contribs) (Annotated Rules) |
Haftandilian (talk | contribs) (Glossary) |
||
Line 25: | Line 25: | ||
|| | || | ||
Refers to the full path to the home directory of the user. On OS X this is /Users/<username>. | Refers to the full path to the home directory of the user. On OS X this is /Users/<username>. | ||
|- | |||
| [^/]+ | |||
|| | |||
This is used in some of the regular expressions. [^/] matches a single character that is not a '/'. [^/]+ Matches 1 or more non-slash characters. | |||
|} | |} | ||
edits