Skip to content

Rabbit-Converter/Rabbit-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rabbit For Go Language

We are using regex2 instead of regex because regex doesn't support the Positive lookahead.

Install Regex2

go get github.com/dlclark/regexp2/...

Make sure , you already add the Go Path in your bash profile.

Usages

First install Rabbit

go get github.com/Rabbit-Converter/Rabbit-Go

And then you can use like

// You can edit this code!
// Click here and start typing.
package main

import (
	"fmt"
	"github.com/Rabbit-Converter/Rabbit-Go"
)

func main() {
  fmt.Println(rabbit.Zg2uni("ျမန္မာစာသည္တို႔စာ"))
  fmt.Println(rabbit.Uni2zg("မြန်မာစာသည်တို့စာ"))
}

About

Rabbit for Go library using regex2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages