regex.yml 240 B

12345678910111213141516171819
  1. ---
  2. # Test file for regex ignoring.
  3. general:
  4. name: Test regex ignoring.
  5. parents:
  6. - inherited
  7. roman_to_script:
  8. ignore_ptn:
  9. - "[hH][ae]llo"
  10. map:
  11. "h": "1"
  12. "H": "5"
  13. "l": "2"
  14. "a": "6"
  15. "b": "7"
  16. "c": "8"