args: - name: value required: true description: Value to strip accent marks from. comment: |- Strip accent marks (diacritics) from a given string. For example: "Niño שָׁלוֹם Montréal اَلسَّلَامُ عَلَيْكُمْ‎" Will return: "Nino שלום Montreal السلام عليكم". commonfields: id: StripAccentMarksFromString version: -1 dockerimage: demisto/python3:3.12.13.11879924 enabled: true name: StripAccentMarksFromString runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer - string type: python fromversion: 6.0.0 tests: - No tests (auto formatted)