Skip to content

Commit 50b5c60

Browse files
Update README.md
1 parent 384929e commit 50b5c60

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,3 @@ Elias Grünewald
105105

106106
## License
107107
GNU General Public License, Version 3
108-
109-
---
110-
111-
## Useful Regular Expressions for Editing the Schema
112-
113-
The following examples show how to find, replace or delete elements within the schema. The regular expressions where tested with tooling like VS Code.
114-
115-
```
116-
Find: (The)( )((?!anyOf).*)( )(schema)
117-
# The meta schema
118-
119-
Replace: \u$3
120-
# Meta
121-
```

0 commit comments

Comments
 (0)