All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reader.string.string.yml Maven / Gradle / Ivy

The newest version!
StrSkip:
  type: string
  matchers:
    value: skip
  patterns:
    # 唯一字符串属性: 好耶
    - "{name}(:|:)?\\s*?(?.*)"
  placeholders:
    total: 
    value: 
StrAppend:
  type: string
  matchers:
    value: append
  patterns:
    # 拼接字符串属性: 好耶
    - "{name}(:|:)?\\s*?(?.*)"
  placeholders:
    total: 
    value: 
StrRoman:
  type: string
  matchers:
    roman: roman_num
  patterns:
    # 罗马数字: IV
    - "{name}(:|:)?\\s*?(?[IVXLCDM]+)"
  placeholders:
    total: 
    romanNum: 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy