## Features of Mingalaba editor

Demonstrated using Myanmar text!

## Break a string down into its individual chars

How many chars make up the Myanmar greeting မင်္ဂလာပါ ? The answer may surprise you.

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/break.png"/>

## Compare strings to see where they stop matching

When I select part of the name of a constituency, I see that others have an identical ending.

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/diff.png"/>

## Look up characters

What does this character mean exactly? Select 1-3 characters in the editor, and you will see links to a database of Unicode code points. Also works on Emoji!

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/lookup.png"/>

## See any invisible / missing code points

What's wrong with the text that I just copied? Why are modifiers missing? The text is full of invisible Unicode chars.

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/nullchars.png"/>

## Run regular expressions against sample data

How can I select numbers inside parentheses? Let's try this regular expression on my JSON data.

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/regex.png"/>

## Run SQL against sample data

Running queries against an in-browser SQLite database - you can load a CSV file or a SQLite database using the file input.  If you load a CSV file, each row of the table will be imported into a 'rows' table.

<img src="https://raw.githubusercontent.com/slang-group/mingalaba/master/features/sql.png"/>
