Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 294 Bytes

regex.md

File metadata and controls

12 lines (8 loc) · 294 Bytes

Useful Regular Expressions for Editing the Schema

The following examples show how to find, replace or delete elements within the schema. The regular expressions where tested with tooling like VS Code.

Find: (The)( )((?!anyOf).*)( )(schema)
# The meta schema

Replace: \u$3
# Meta