Hoctar77 commited on
Commit
a623b6e
·
verified ·
1 Parent(s): f3fdea0

Update patterns.json

Browse files
Files changed (1) hide show
  1. patterns.json +18 -0
patterns.json CHANGED
@@ -433,6 +433,24 @@
433
  "pattern": "\\b(?:waiver|exemption|variance)\\s+(?:from|of|for)\\b",
434
  "description": "Ensure proper specification of waivers and exemptions",
435
  "is_error": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  }
437
  ],
438
  "section_symbol": [
 
433
  "pattern": "\\b(?:waiver|exemption|variance)\\s+(?:from|of|for)\\b",
434
  "description": "Ensure proper specification of waivers and exemptions",
435
  "is_error": true
436
+ },
437
+ {
438
+ "pattern": "\\bRegulatory and Guidance Library\\b",
439
+ "description": "Replace 'Regulatory and Guidance Library' with 'Dynamic Regulatory System'",
440
+ "is_error": true,
441
+ "replacement": "Dynamic Regulatory System"
442
+ },
443
+ {
444
+ "pattern": "\\bRegulatory and Guidance Library \\(RGL\\)\\b",
445
+ "description": "Replace 'Regulatory and Guidance Library (RGL)' with 'Dynamic Regulatory System (DRS)'",
446
+ "is_error": true,
447
+ "replacement": "Dynamic Regulatory System (DRS)"
448
+ },
449
+ {
450
+ "pattern": "\\bRGL\\b",
451
+ "description": "Replace 'RGL' with 'DRS'",
452
+ "is_error": true,
453
+ "replacement": "DRS"
454
  }
455
  ],
456
  "section_symbol": [