StripAccentMarksFromString

Strip accent marks (diacritics) from a given string. For example: "Niño שָׁלוֹם Montréal اَلسَّلَامُ عَلَيْكُمْ‎" Will return: "Nino שלום Montreal السلام عليكم".

python · Community Common Scripts

Details

IDStripAccentMarksFromString
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.11879924
Tagstransformer string

README

Strip accent marks (diacritics) from a given string.
For example: “Niño שָׁלוֹם Montréal اَلسَّلَامُ عَلَيْكُمْ‎”
Will return: “Nino שלום Montreal السلام عليكم”

Script Data


Name Description
Script Type python3
Tags transformer, string

Inputs


Argument Name Description
value  

Outputs


There are no outputs for this script.

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)