Skip to content

Commit e83c412

Browse files
committed
docs: link new file system notations in README.md
1 parent 71b1c22 commit e83c412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ We support the following notations:
1919
* [JavaConstantName](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-java-constant-name/), e.g. `THIS_IS_MY_STRING`
2020
* [JavaPackageName](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-java-package-name/), e.g. `this.is.MY.String`
2121
* [JavaPackagePart](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-java-package-part/), e.g. `thisismystring`
22+
* File System
23+
* [UnixPath](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-unix-path/), e.g. `/home/user/some/file`
24+
* [WindowsPath](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-windows-path/), e.g. `C:/Users/user/some/file`
2225
* Miscellaneous
2326
* [NormalWords](https://jgleitz.github.io/string-notation/string-notation/de.joshuagleitze.stringnotation/-normal-words/), e.g. `this is MY String`
2427

0 commit comments

Comments
 (0)