日本語ã¯ã„ã‹ãŒã§ã™ã‹ï¼Ÿã€‚。。日本語ã®ã‚µã‚¤ãƒˆã¯ã“ã¡ã‚‰ |
Lets Learn something new together! |
2016/06/10 - V1.01b released! Fix to Installer - Download now! Click Here! |
Trick | Description | for Example, | can be changed to: |
AddSolEol | Adds a marker of your choice to the start and end of the line | abc def | +abc! +def! |
AddSplitter | Put a marker every x characters, the marker and no of chars can be specified | abcdefghi | abc,def,ghi |
AddWrapper | Put wrappers every x characters, the wrappers and no of chars can be specified | abcdefghi | (abc)(def)(ghi) |
Asc127Safe | Converts foreign symbols to closest basic A-Z Equivalent (less than char 128) | ăƁÇ | aBC |
HtmlCode | Converts plaintext to html safe code, keeping formatting | hello & goodbye | hello & goodbye |
jpn-BigCharsToNormal | Converts "Big" Japanese symbols to normal ascii! | ABC | ABC |
jpn-HiraToKata | Converts hiragana to katakana | アイウ | あいう |
jpn-KataToHira | Converts katakana to hiragana | あいう | アイウ |
jpn-KataNarrowToKata | Converts Narrow Katakana to Regular Katakana | アイウクグヒビピ | アイウクグヒビピ |
jpn-KataToKataNarrow | Converts Regular Katakana to Narrow Katakana | アイウクグヒビピ | アイウクグヒビピ |
jpn-Romanji | Converts Hiragana to Romanji | あいさつ | aisatsu |
jpn-RomanjiReverse | Converts Romanji to Hiragana | aisatsu | あいさつ |
Replace | Replace an item with another - Case sensitive | abcABCabc | 1bcABC1bc |
ReplaceCaseInsensitive | Replace an item with another - Case Insensitive | abcABCabc | 1bc1BC1bc |
ReverseChars | Reverses characters in a line | abc def | bca fed |
ReverseChars | Reverses lines of a list | abc def | def abc |
HtmlUnicodeDecimal | Converts to Html Unicode (decimal) | Hello | Hel lo |
HtmlUnicodeDecimal | Converts to Html Unicode (Hexadecimal) | Hello | He& #x6c;lo |
HtmlUnicodeReverse | Converts from Html Unicode - can do Hex and Decimal | He& #x6c;lo | Hello |