OutSystems Forge 日本語データベース

RemoveDiacritics

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2013-11-24 1 Diogo Cordeiro 7.0+ All .NET
文字列から特殊文字を削除します。 (.NET)基本的に、ここで参照されるコードを実装しました
特徴 RemoveDiacritics - 入力文字列を与えられた関数は、アクセント記号と特殊文字のない一致する出力を返します 主な利点 コードfrを使用して、発音記号をUnicodeに変換するのを削除します。 これは当初、 "AddFile"でZip拡張の問題を抑制するために開発されました。

[Overview]
Removes special characters from a string. (.NET) Basically, implemented the code referenced here
[Detail]
Feature List RemoveDiacritics - Function that given an input string, returns the matching output without accents and special characters Main Benefits Removes diacritics converting string to unicode, using the code fr This was initially developed to suppress the Zip extension problem with "AddFile".
戻る