Regex to compare strings with Umlaut and non-Umlaut variations

后端 未结 7 1713
刺人心
刺人心 2021-01-13 10:34

Can anyone help me with a javascript regular expression that I can use to compare strings that are the same, taking into acccount their non-Umlaut-ed versions.

for e

相关标签:
7条回答
  • 2021-01-13 11:07

    You can use pipe as an or in a group for each matching like this (ä|ae).

    0 讨论(0)
提交回复
热议问题